diff options
author | Joern Rennecke <joern.rennecke@arc.com> | 2001-08-29 01:33:52 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@arc.com> | 2001-08-29 01:33:52 +0000 |
commit | 25f83c117cd551d18dff00c78494316d5e72d2d0 (patch) | |
tree | 5a029dab33dba44decc22779bb6f752e435c40ec /bfd/libbfd.h | |
parent | a25a36cf3e05ea36b4e8bf75ede4e993a2429167 (diff) | |
download | gdb-25f83c117cd551d18dff00c78494316d5e72d2d0.tar.gz |
* 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/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 1755ba9da88..5ddd02c78ea 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -1113,6 +1113,11 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_860_HIGOTOFF", "BFD_RELOC_OPENRISC_ABS_26", "BFD_RELOC_OPENRISC_REL_26", + "BFD_RELOC_H8_DIR16A8", + "BFD_RELOC_H8_DIR16R8", + "BFD_RELOC_H8_DIR24A8", + "BFD_RELOC_H8_DIR24R8", + "BFD_RELOC_H8_DIR32A16", "@@overflow: BFD_RELOC_UNUSED@@", }; #endif |