* Makefile.am (elf32-h8300.lo): New target.
commit4ff500931b30c9e011d3a578b093c5b0d9195126
authorJoern Rennecke <joern.rennecke@arc.com>
Wed, 29 Aug 2001 01:33:52 +0000 (29 01:33 +0000)
committerJoern Rennecke <joern.rennecke@arc.com>
Wed, 29 Aug 2001 01:33:52 +0000 (29 01:33 +0000)
tree381985b9ce103c1f42cccda018e32285faab8c5e
parentecc7cdc2b815a73c5df8c4815053e946740fd67c
* 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.
12 files changed:
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/bfd-in2.h
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/elf.c
bfd/elf32-h8300.c [new file with mode: 0644]
bfd/libbfd.h
bfd/reloc.c
bfd/targets.c