diff options
author | Alan Modra <amodra@gmail.com> | 2022-06-07 22:43:20 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-06-08 21:33:00 +0930 |
commit | c94cb026628b831ef63e3455a66328749ff8a415 (patch) | |
tree | 57ee202b558b82c12ea74e0621928d80008f160d /bfd/elf32-rx.c | |
parent | 3418a349c624257d6a47a299901b9e996469acba (diff) | |
download | gdb-c94cb026628b831ef63e3455a66328749ff8a415.zip gdb-c94cb026628b831ef63e3455a66328749ff8a415.tar.gz gdb-c94cb026628b831ef63e3455a66328749ff8a415.tar.bz2 |
HOWTO size encoding
This changes the HOWTO macro to encode the howto.size field from a
value given in bytes. This of course requires editing all target
uses of HOWTO, a major pain, but makes it a little nicer to specify
new target HOWTOs. Object files before/after this patch are
unchanged in .data and .rodata.
bfd/
* reloc.c (HOWTO_RSIZE): Encode size in bytes.
(EMPTY_HOWTO): Adjust to keep it all zero.
* aout-ns32k.c, * aoutx.h, * coff-alpha.c, * coff-arm.c,
* coff-i386.c, * coff-mcore.c, * coff-mips.c, * coff-rs6000.c,
* coff-sh.c, * coff-tic30.c, * coff-tic4x.c, * coff-tic54x.c,
* coff-x86_64.c, * coff-z80.c, * coff-z8k.c, * coff64-rs6000.c,
* elf-hppa.h, * elf-m10200.c, * elf-m10300.c, * elf32-arc.c,
* elf32-arm.c, * elf32-avr.c, * elf32-bfin.c, * elf32-cr16.c,
* elf32-cris.c, * elf32-crx.c, * elf32-csky.c, * elf32-d10v.c,
* elf32-d30v.c, * elf32-dlx.c, * elf32-epiphany.c,
* elf32-fr30.c, * elf32-frv.c, * elf32-ft32.c, * elf32-gen.c,
* elf32-h8300.c, * elf32-i386.c, * elf32-ip2k.c, * elf32-iq2000.c,
* elf32-lm32.c, * elf32-m32c.c, * elf32-m32r.c, * elf32-m68hc11.c,
* elf32-m68hc12.c, * elf32-m68k.c, * elf32-mcore.c, * elf32-mep.c,
* elf32-metag.c, * elf32-microblaze.c, * elf32-mips.c,
* elf32-moxie.c, * elf32-msp430.c, * elf32-mt.c, * elf32-nds32.c,
* elf32-nios2.c, * elf32-or1k.c, * elf32-pj.c, * elf32-ppc.c,
* elf32-pru.c, * elf32-rl78.c, * elf32-rx.c, * elf32-s12z.c,
* elf32-s390.c, * elf32-score.c, * elf32-score7.c,
* elf32-sh-relocs.h, * elf32-spu.c, * elf32-tic6x.c,
* elf32-tilepro.c, * elf32-v850.c, * elf32-vax.c,
* elf32-visium.c, * elf32-wasm32.c, * elf32-xc16x.c,
* elf32-xgate.c, * elf32-xstormy16.c, * elf32-xtensa.c,
* elf32-z80.c, * elf64-alpha.c, * elf64-bpf.c, * elf64-gen.c,
* elf64-mips.c, * elf64-mmix.c, * elf64-nfp.c, * elf64-ppc.c,
* elf64-s390.c, * elf64-x86-64.c, * elfn32-mips.c,
* elfnn-aarch64.c, * elfxx-ia64.c, * elfxx-loongarch.c,
* elfxx-mips.c, * elfxx-riscv.c, * elfxx-sparc.c,
* elfxx-tilegx.c, * mach-o-aarch64.c, * mach-o-arm.c,
* mach-o-i386.c, * mach-o-x86-64.c, * pdp11.c, * reloc.c,
* som.c, * vms-alpha.c: Adjust all uses of HOWTO.
* bfd-in2.h: Regenerate.
include/
* elf/arc-reloc.def: Adjust all uses of HOWTO.
Diffstat (limited to 'bfd/elf32-rx.c')
-rw-r--r-- | bfd/elf32-rx.c | 150 |
1 files changed, 75 insertions, 75 deletions
diff --git a/bfd/elf32-rx.c b/bfd/elf32-rx.c index 7983687..80d1fe5 100644 --- a/bfd/elf32-rx.c +++ b/bfd/elf32-rx.c @@ -49,25 +49,25 @@ void rx_dump_symtab (bfd *, void *, void *); static reloc_howto_type rx_elf_howto_table [] = { - RXREL (NONE, 3, 0, 0, dont, false), - RXREL (DIR32, 2, 32, 0, signed, false), - RXREL (DIR24S, 2, 24, 0, signed, false), - RXREL (DIR16, 1, 16, 0, dont, false), - RXREL (DIR16U, 1, 16, 0, unsigned, false), - RXREL (DIR16S, 1, 16, 0, signed, false), - RXREL (DIR8, 0, 8, 0, dont, false), - RXREL (DIR8U, 0, 8, 0, unsigned, false), - RXREL (DIR8S, 0, 8, 0, signed, false), - RXREL (DIR24S_PCREL, 2, 24, 0, signed, true), - RXREL (DIR16S_PCREL, 1, 16, 0, signed, true), - RXREL (DIR8S_PCREL, 0, 8, 0, signed, true), - RXREL (DIR16UL, 1, 16, 2, unsigned, false), - RXREL (DIR16UW, 1, 16, 1, unsigned, false), - RXREL (DIR8UL, 0, 8, 2, unsigned, false), - RXREL (DIR8UW, 0, 8, 1, unsigned, false), - RXREL (DIR32_REV, 1, 16, 0, dont, false), - RXREL (DIR16_REV, 1, 16, 0, dont, false), - RXREL (DIR3U_PCREL, 0, 3, 0, dont, true), + RXREL (NONE, 0, 0, 0, dont, false), + RXREL (DIR32, 4, 32, 0, signed, false), + RXREL (DIR24S, 4, 24, 0, signed, false), + RXREL (DIR16, 2, 16, 0, dont, false), + RXREL (DIR16U, 2, 16, 0, unsigned, false), + RXREL (DIR16S, 2, 16, 0, signed, false), + RXREL (DIR8, 1, 8, 0, dont, false), + RXREL (DIR8U, 1, 8, 0, unsigned, false), + RXREL (DIR8S, 1, 8, 0, signed, false), + RXREL (DIR24S_PCREL, 4, 24, 0, signed, true), + RXREL (DIR16S_PCREL, 2, 16, 0, signed, true), + RXREL (DIR8S_PCREL, 1, 8, 0, signed, true), + RXREL (DIR16UL, 2, 16, 2, unsigned, false), + RXREL (DIR16UW, 2, 16, 1, unsigned, false), + RXREL (DIR8UL, 1, 8, 2, unsigned, false), + RXREL (DIR8UW, 1, 8, 1, unsigned, false), + RXREL (DIR32_REV, 2, 16, 0, dont, false), + RXREL (DIR16_REV, 2, 16, 0, dont, false), + RXREL (DIR3U_PCREL, 1, 3, 0, dont, true), EMPTY_HOWTO (0x13), EMPTY_HOWTO (0x14), @@ -83,20 +83,20 @@ static reloc_howto_type rx_elf_howto_table [] = EMPTY_HOWTO (0x1e), EMPTY_HOWTO (0x1f), - RXREL (RH_3_PCREL, 0, 3, 0, signed, true), - RXREL (RH_16_OP, 1, 16, 0, signed, false), - RXREL (RH_24_OP, 2, 24, 0, signed, false), - RXREL (RH_32_OP, 2, 32, 0, signed, false), - RXREL (RH_24_UNS, 2, 24, 0, unsigned, false), - RXREL (RH_8_NEG, 0, 8, 0, signed, false), - RXREL (RH_16_NEG, 1, 16, 0, signed, false), - RXREL (RH_24_NEG, 2, 24, 0, signed, false), - RXREL (RH_32_NEG, 2, 32, 0, signed, false), - RXREL (RH_DIFF, 2, 32, 0, signed, false), - RXREL (RH_GPRELB, 1, 16, 0, unsigned, false), - RXREL (RH_GPRELW, 1, 16, 0, unsigned, false), - RXREL (RH_GPRELL, 1, 16, 0, unsigned, false), - RXREL (RH_RELAX, 0, 0, 0, dont, false), + RXREL (RH_3_PCREL, 1, 3, 0, signed, true), + RXREL (RH_16_OP, 2, 16, 0, signed, false), + RXREL (RH_24_OP, 4, 24, 0, signed, false), + RXREL (RH_32_OP, 4, 32, 0, signed, false), + RXREL (RH_24_UNS, 4, 24, 0, unsigned, false), + RXREL (RH_8_NEG, 1, 8, 0, signed, false), + RXREL (RH_16_NEG, 2, 16, 0, signed, false), + RXREL (RH_24_NEG, 4, 24, 0, signed, false), + RXREL (RH_32_NEG, 4, 32, 0, signed, false), + RXREL (RH_DIFF, 4, 32, 0, signed, false), + RXREL (RH_GPRELB, 2, 16, 0, unsigned, false), + RXREL (RH_GPRELW, 2, 16, 0, unsigned, false), + RXREL (RH_GPRELL, 2, 16, 0, unsigned, false), + RXREL (RH_RELAX, 1, 0, 0, dont, false), EMPTY_HOWTO (0x2e), EMPTY_HOWTO (0x2f), @@ -118,23 +118,23 @@ static reloc_howto_type rx_elf_howto_table [] = EMPTY_HOWTO (0x3f), EMPTY_HOWTO (0x40), - RXREL (ABS32, 2, 32, 0, dont, false), - RXREL (ABS24S, 2, 24, 0, signed, false), - RXREL (ABS16, 1, 16, 0, dont, false), - RXREL (ABS16U, 1, 16, 0, unsigned, false), - RXREL (ABS16S, 1, 16, 0, signed, false), - RXREL (ABS8, 0, 8, 0, dont, false), - RXREL (ABS8U, 0, 8, 0, unsigned, false), - RXREL (ABS8S, 0, 8, 0, signed, false), - RXREL (ABS24S_PCREL, 2, 24, 0, signed, true), - RXREL (ABS16S_PCREL, 1, 16, 0, signed, true), - RXREL (ABS8S_PCREL, 0, 8, 0, signed, true), - RXREL (ABS16UL, 1, 16, 0, unsigned, false), - RXREL (ABS16UW, 1, 16, 0, unsigned, false), - RXREL (ABS8UL, 0, 8, 0, unsigned, false), - RXREL (ABS8UW, 0, 8, 0, unsigned, false), - RXREL (ABS32_REV, 2, 32, 0, dont, false), - RXREL (ABS16_REV, 1, 16, 0, dont, false), + RXREL (ABS32, 4, 32, 0, dont, false), + RXREL (ABS24S, 4, 24, 0, signed, false), + RXREL (ABS16, 2, 16, 0, dont, false), + RXREL (ABS16U, 2, 16, 0, unsigned, false), + RXREL (ABS16S, 2, 16, 0, signed, false), + RXREL (ABS8, 1, 8, 0, dont, false), + RXREL (ABS8U, 1, 8, 0, unsigned, false), + RXREL (ABS8S, 1, 8, 0, signed, false), + RXREL (ABS24S_PCREL, 4, 24, 0, signed, true), + RXREL (ABS16S_PCREL, 2, 16, 0, signed, true), + RXREL (ABS8S_PCREL, 1, 8, 0, signed, true), + RXREL (ABS16UL, 2, 16, 0, unsigned, false), + RXREL (ABS16UW, 2, 16, 0, unsigned, false), + RXREL (ABS8UL, 1, 8, 0, unsigned, false), + RXREL (ABS8UW, 1, 8, 0, unsigned, false), + RXREL (ABS32_REV, 4, 32, 0, dont, false), + RXREL (ABS16_REV, 2, 16, 0, dont, false), #define STACK_REL_P(x) ((x) <= R_RX_ABS16_REV && (x) >= R_RX_ABS32) @@ -181,54 +181,54 @@ static reloc_howto_type rx_elf_howto_table [] = /* A 5-bit unsigned displacement to a B/W/L address, at bit position 8/12. */ /* ---- ---- 4--- 3210. */ #define R_RX_RH_ABS5p8B 0x78 - RXREL (RH_ABS5p8B, 0, 0, 0, dont, false), + RXREL (RH_ABS5p8B, 1, 0, 0, dont, false), #define R_RX_RH_ABS5p8W 0x79 - RXREL (RH_ABS5p8W, 0, 0, 0, dont, false), + RXREL (RH_ABS5p8W, 1, 0, 0, dont, false), #define R_RX_RH_ABS5p8L 0x7a - RXREL (RH_ABS5p8L, 0, 0, 0, dont, false), + RXREL (RH_ABS5p8L, 1, 0, 0, dont, false), /* A 5-bit unsigned displacement to a B/W/L address, at bit position 5/12. */ /* ---- -432 1--- 0---. */ #define R_RX_RH_ABS5p5B 0x7b - RXREL (RH_ABS5p5B, 0, 0, 0, dont, false), + RXREL (RH_ABS5p5B, 1, 0, 0, dont, false), #define R_RX_RH_ABS5p5W 0x7c - RXREL (RH_ABS5p5W, 0, 0, 0, dont, false), + RXREL (RH_ABS5p5W, 1, 0, 0, dont, false), #define R_RX_RH_ABS5p5L 0x7d - RXREL (RH_ABS5p5L, 0, 0, 0, dont, false), + RXREL (RH_ABS5p5L, 1, 0, 0, dont, false), /* A 4-bit unsigned immediate at bit position 8. */ #define R_RX_RH_UIMM4p8 0x7e - RXREL (RH_UIMM4p8, 0, 0, 0, dont, false), + RXREL (RH_UIMM4p8, 1, 0, 0, dont, false), /* A 4-bit negative unsigned immediate at bit position 8. */ #define R_RX_RH_UNEG4p8 0x7f - RXREL (RH_UNEG4p8, 0, 0, 0, dont, false), + RXREL (RH_UNEG4p8, 1, 0, 0, dont, false), /* End of internal relocs. */ - RXREL (SYM, 2, 32, 0, dont, false), - RXREL (OPneg, 2, 32, 0, dont, false), - RXREL (OPadd, 2, 32, 0, dont, false), - RXREL (OPsub, 2, 32, 0, dont, false), - RXREL (OPmul, 2, 32, 0, dont, false), - RXREL (OPdiv, 2, 32, 0, dont, false), - RXREL (OPshla, 2, 32, 0, dont, false), - RXREL (OPshra, 2, 32, 0, dont, false), - RXREL (OPsctsize, 2, 32, 0, dont, false), + RXREL (SYM, 4, 32, 0, dont, false), + RXREL (OPneg, 4, 32, 0, dont, false), + RXREL (OPadd, 4, 32, 0, dont, false), + RXREL (OPsub, 4, 32, 0, dont, false), + RXREL (OPmul, 4, 32, 0, dont, false), + RXREL (OPdiv, 4, 32, 0, dont, false), + RXREL (OPshla, 4, 32, 0, dont, false), + RXREL (OPshra, 4, 32, 0, dont, false), + RXREL (OPsctsize, 4, 32, 0, dont, false), EMPTY_HOWTO (0x89), EMPTY_HOWTO (0x8a), EMPTY_HOWTO (0x8b), EMPTY_HOWTO (0x8c), - RXREL (OPscttop, 2, 32, 0, dont, false), + RXREL (OPscttop, 4, 32, 0, dont, false), EMPTY_HOWTO (0x8e), EMPTY_HOWTO (0x8f), - RXREL (OPand, 2, 32, 0, dont, false), - RXREL (OPor, 2, 32, 0, dont, false), - RXREL (OPxor, 2, 32, 0, dont, false), - RXREL (OPnot, 2, 32, 0, dont, false), - RXREL (OPmod, 2, 32, 0, dont, false), - RXREL (OPromtop, 2, 32, 0, dont, false), - RXREL (OPramtop, 2, 32, 0, dont, false) + RXREL (OPand, 4, 32, 0, dont, false), + RXREL (OPor, 4, 32, 0, dont, false), + RXREL (OPxor, 4, 32, 0, dont, false), + RXREL (OPnot, 4, 32, 0, dont, false), + RXREL (OPmod, 4, 32, 0, dont, false), + RXREL (OPromtop, 4, 32, 0, dont, false), + RXREL (OPramtop, 4, 32, 0, dont, false) }; /* Map BFD reloc types to RX ELF reloc types. */ |