diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2001-08-29 01:33:52 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2001-08-29 01:33:52 +0000 |
commit | e01b0e698158c1fae4be62ca44afcb27b0a2dcd2 (patch) | |
tree | 5f7031d378d3a3855d8641d61530156861831459 /bfd/bfd-in2.h | |
parent | e87593493c718263a9874991fd6292e8828beeb8 (diff) | |
download | gdb-e01b0e698158c1fae4be62ca44afcb27b0a2dcd2.zip gdb-e01b0e698158c1fae4be62ca44afcb27b0a2dcd2.tar.gz gdb-e01b0e698158c1fae4be62ca44afcb27b0a2dcd2.tar.bz2 |
* Makefile.am (elf32-h8300.lo): New target.
* config.bfd (h8300*-*-elf): New case.
* configure.in (bfd_elf32_h8300_vec): New case.
* elf.c (prep_headers): Add case for bfd_arch_h8300.
* reloc.c (BFD_RELOC_H8_DIR16A8): New relocation.
(BFD_RELOC_H8_DIR16R8, BFD_RELOC_H8_DIR24A8): Likewise.
(BFD_RELOC_H8_DIR24R8, BFD_RELOC_H8_DIR32A16): Likewise.
* targets.c (bfd_target bfd_elf32_h8300_vec): New extern declaration.
* elf32-h8300.c: New file.
* Makefile.in, bfd-in2.h, libbfd.h, configure: Regenerated.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 63298c3..8a4c334 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2822,6 +2822,13 @@ This is the 3 bits of a value. */ /* OpenRISC Relocations. */ BFD_RELOC_OPENRISC_ABS_26, BFD_RELOC_OPENRISC_REL_26, + +/* H8 elf Relocations. */ + BFD_RELOC_H8_DIR16A8, + BFD_RELOC_H8_DIR16R8, + BFD_RELOC_H8_DIR24A8, + BFD_RELOC_H8_DIR24R8, + BFD_RELOC_H8_DIR32A16, BFD_RELOC_UNUSED }; typedef enum bfd_reloc_code_real bfd_reloc_code_real_type; reloc_howto_type * |