diff options
author | DJ Delorie <dj@redhat.com> | 2005-07-26 03:21:53 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-07-26 03:21:53 +0000 |
commit | fd54057a29e296d29e662780fc6079e42c742228 (patch) | |
tree | 1a109b9e7d8a9108edda9722d9e1f392e74cf070 /bfd/bfd-in2.h | |
parent | 030cf60a5d8687b18dbe76050ee33490fc96e075 (diff) | |
download | gdb-fd54057a29e296d29e662780fc6079e42c742228.zip gdb-fd54057a29e296d29e662780fc6079e42c742228.tar.gz gdb-fd54057a29e296d29e662780fc6079e42c742228.tar.bz2 |
[bfd]
* reloc.c: Remove unused M32C relocs, add BFD_RELOC_M32C_HI8.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* elf32-m32c.c (m32c_elf_howto_table): Add R_M32C_8, R_M32C_LO16,
R_M32C_HI8, R_M32C_HI16.
(m32c_reloc_map): Likewise.
(m32c_elf_relocate_section): Add R_M32C_HI8 and R_M32C_HI16.
[cpu]
* m32c.opc (parse_unsigned8): Add %dsp8().
(parse_signed8): Add %hi8().
(parse_unsigned16): Add %dsp16().
(parse_signed16): Add %lo16() and %hi16().
(parse_lab_5_3): Make valuep a bfd_vma *.
[gas]
* config/tc-m32c.c (md_cgen_lookup_reloc): Add 8 bit operands.
Support %mod() modifiers from opcodes.
* doc/c-m32c.texi (M32C-Modifiers): New section.
[include/elf]
* m32c.h: Add R_M32C_8, R_M32C_LO16, R_M32C_HI8, and R_M32C_HI16.
[opcodes]
* m32c-asm.c Regenerate.
* m32c-dis.c Regenerate.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 7dbfe95..519dce8 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -3077,23 +3077,7 @@ of the container. */ BFD_RELOC_DLX_JMP26, /* Renesas M16C/M32C Relocations. */ - 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_M32C_HI8, /* Renesas M32R (formerly Mitsubishi M32R) relocs. This is a 24 bit absolute address. */ |