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-cr16.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-cr16.c')
-rw-r--r-- | bfd/elf32-cr16.c | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/bfd/elf32-cr16.c b/bfd/elf32-cr16.c index 9764ae7..88659dd 100644 --- a/bfd/elf32-cr16.c +++ b/bfd/elf32-cr16.c @@ -116,7 +116,7 @@ static reloc_howto_type cr16_elf_howto_table[] = { HOWTO (R_CR16_NONE, /* type */ 0, /* rightshift */ - 3, /* size */ + 0, /* size */ 0, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -130,7 +130,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_NUM8, /* type */ 0, /* rightshift */ - 0, /* size */ + 1, /* size */ 8, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -144,7 +144,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_NUM16, /* type */ 0, /* rightshift */ - 1, /* size */ + 2, /* size */ 16, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -158,7 +158,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_NUM32, /* type */ 0, /* rightshift */ - 2, /* size */ + 4, /* size */ 32, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -172,7 +172,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_NUM32a, /* type */ 1, /* rightshift */ - 2, /* size */ + 4, /* size */ 32, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -186,7 +186,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_REGREL4, /* type */ 0, /* rightshift */ - 0, /* size */ + 1, /* size */ 4, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -200,7 +200,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_REGREL4a, /* type */ 0, /* rightshift */ - 0, /* size */ + 1, /* size */ 4, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -214,7 +214,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_REGREL14, /* type */ 0, /* rightshift */ - 1, /* size */ + 2, /* size */ 14, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -228,7 +228,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_REGREL14a, /* type */ 0, /* rightshift */ - 1, /* size */ + 2, /* size */ 14, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -242,7 +242,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_REGREL16, /* type */ 0, /* rightshift */ - 1, /* size */ + 2, /* size */ 16, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -256,7 +256,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_REGREL20, /* type */ 0, /* rightshift */ - 2, /* size */ + 4, /* size */ 20, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -270,7 +270,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_REGREL20a, /* type */ 0, /* rightshift */ - 2, /* size */ + 4, /* size */ 20, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -284,7 +284,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_ABS20, /* type */ 0, /* rightshift */ - 2, /* size */ + 4, /* size */ 20, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -298,7 +298,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_ABS24, /* type */ 0, /* rightshift */ - 2, /* size */ + 4, /* size */ 24, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -312,7 +312,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_IMM4, /* type */ 0, /* rightshift */ - 0, /* size */ + 1, /* size */ 4, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -326,7 +326,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_IMM8, /* type */ 0, /* rightshift */ - 0, /* size */ + 1, /* size */ 8, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -340,7 +340,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_IMM16, /* type */ 0, /* rightshift */ - 1, /* size */ + 2, /* size */ 16, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -354,7 +354,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_IMM20, /* type */ 0, /* rightshift */ - 2, /* size */ + 4, /* size */ 20, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -368,7 +368,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_IMM24, /* type */ 0, /* rightshift */ - 2, /* size */ + 4, /* size */ 24, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -382,7 +382,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_IMM32, /* type */ 0, /* rightshift */ - 2, /* size */ + 4, /* size */ 32, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -396,7 +396,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_IMM32a, /* type */ 1, /* rightshift */ - 2, /* size */ + 4, /* size */ 32, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -410,7 +410,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_DISP4, /* type */ 1, /* rightshift */ - 0, /* size (0 = byte, 1 = short, 2 = long) */ + 1, /* size */ 4, /* bitsize */ true, /* pc_relative */ 0, /* bitpos */ @@ -424,7 +424,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_DISP8, /* type */ 1, /* rightshift */ - 0, /* size (0 = byte, 1 = short, 2 = long) */ + 1, /* size */ 8, /* bitsize */ true, /* pc_relative */ 0, /* bitpos */ @@ -438,7 +438,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_DISP16, /* type */ 0, /* rightshift REVIITS: To sync with WinIDEA*/ - 1, /* size (0 = byte, 1 = short, 2 = long) */ + 2, /* size */ 16, /* bitsize */ true, /* pc_relative */ 0, /* bitpos */ @@ -453,7 +453,7 @@ static reloc_howto_type cr16_elf_howto_table[] = but its not done, to sync with WinIDEA and CR16 4.1 tools */ HOWTO (R_CR16_DISP24, /* type */ 0, /* rightshift */ - 2, /* size (0 = byte, 1 = short, 2 = long) */ + 4, /* size */ 24, /* bitsize */ true, /* pc_relative */ 0, /* bitpos */ @@ -467,7 +467,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_DISP24a, /* type */ 0, /* rightshift */ - 2, /* size (0 = byte, 1 = short, 2 = long) */ + 4, /* size */ 24, /* bitsize */ true, /* pc_relative */ 0, /* bitpos */ @@ -484,7 +484,7 @@ static reloc_howto_type cr16_elf_howto_table[] = between the reloc address and L2. */ HOWTO (R_CR16_SWITCH8, /* type */ 0, /* rightshift */ - 0, /* size (0 = byte, 1 = short, 2 = long) */ + 1, /* size */ 8, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -501,7 +501,7 @@ static reloc_howto_type cr16_elf_howto_table[] = between the reloc address and L2. */ HOWTO (R_CR16_SWITCH16, /* type */ 0, /* rightshift */ - 1, /* size (0 = byte, 1 = short, 2 = long) */ + 2, /* size */ 16, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -518,7 +518,7 @@ static reloc_howto_type cr16_elf_howto_table[] = between the reloc address and L2. */ HOWTO (R_CR16_SWITCH32, /* type */ 0, /* rightshift */ - 2, /* size (0 = byte, 1 = short, 2 = long) */ + 4, /* size */ 32, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -532,7 +532,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_GOT_REGREL20, /* type */ 0, /* rightshift */ - 2, /* size */ + 4, /* size */ 20, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -546,7 +546,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_GOTC_REGREL20, /* type */ 0, /* rightshift */ - 2, /* size */ + 4, /* size */ 20, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ @@ -560,7 +560,7 @@ static reloc_howto_type cr16_elf_howto_table[] = HOWTO (R_CR16_GLOB_DAT, /* type */ 0, /* rightshift */ - 2, /* size (0 = byte, 1 = short, 2 = long) */ + 4, /* size */ 32, /* bitsize */ false, /* pc_relative */ 0, /* bitpos */ |