commit | 64aafe3e86cb5575173344bb66a242d15e2271ee | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Dec 02 09:38:15 2024 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Dec 02 09:38:15 2024 +0100 |
tree | aa883494ba21f84bd030e80555e2cb560ab6f201 | |
parent | 8cd1d971e71b67767dfe21b53489c59749bfba8c [diff] |
x86/COFF: support section-index relocations in insn operands On the grounds of the principle put down near the bottom of [1], along with image and section relative operations, let's also support as insn operands what .secidx is for on the data side (of course like elsewhere the reloc operator can then also be used for data generation, albeit a small tweak to x86_cons() is needed for this to work). [1] https://sourceware.org/pipermail/binutils/2024-November/137617.html