diff options
author | Nick Clifton <nickc@redhat.com> | 2005-07-18 14:13:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-07-18 14:13:36 +0000 |
commit | e729279b04301d65a619b1bad04b6aff686899b2 (patch) | |
tree | d8799f6fa285cb390b76df693af31c37d29298c8 /bfd/libbfd.h | |
parent | 9edde48e00d4278aa430b25b96ee8703ebf3d880 (diff) | |
download | gdb-e729279b04301d65a619b1bad04b6aff686899b2.zip gdb-e729279b04301d65a619b1bad04b6aff686899b2.tar.gz gdb-e729279b04301d65a619b1bad04b6aff686899b2.tar.bz2 |
Fix building for MS1 and M32C.
Restore alpha- sorting to the architecture tables.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 723d9be..2a83aae 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -1338,6 +1338,23 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_DLX_HI16_S", "BFD_RELOC_DLX_LO16", "BFD_RELOC_DLX_JMP26", + "BFD_RELOC_M16C_8_PCREL8", + "BFD_RELOC_M16C_16_PCREL8", + "BFD_RELOC_M16C_8_PCREL16", + "BFD_RELOC_M16C_8_ELABEL24", + "BFD_RELOC_M16C_8_ABS16", + "BFD_RELOC_M16C_16_ABS16", + "BFD_RELOC_M16C_16_ABS24", + "BFD_RELOC_M16C_16_ABS32", + "BFD_RELOC_M16C_24_ABS16", + "BFD_RELOC_M16C_24_ABS24", + "BFD_RELOC_M16C_24_ABS32", + "BFD_RELOC_M16C_32_ABS16", + "BFD_RELOC_M16C_32_ABS24", + "BFD_RELOC_M16C_32_ABS32", + "BFD_RELOC_M16C_40_ABS16", + "BFD_RELOC_M16C_40_ABS24", + "BFD_RELOC_M16C_40_ABS32", "BFD_RELOC_M32R_24", "BFD_RELOC_M32R_10_PCREL", "BFD_RELOC_M32R_18_PCREL", @@ -1729,6 +1746,11 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_VAX_GLOB_DAT", "BFD_RELOC_VAX_JMP_SLOT", "BFD_RELOC_VAX_RELATIVE", + "BFD_RELOC_MS1_PC16", + "BFD_RELOC_MS1_HI16", + "BFD_RELOC_MS1_LO16", + "BFD_RELOC_MS1_GNU_VTINHERIT", + "BFD_RELOC_MS1_GNU_VTENTRY", "BFD_RELOC_MSP430_10_PCREL", "BFD_RELOC_MSP430_16_PCREL", "BFD_RELOC_MSP430_16", |