From 7e0de7bf18a51fc072254ac7160f90d61096276b Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 29 Aug 2001 18:56:50 +0000 Subject: * tc-h8300.c: If OBJ_ELF, include elf/h8.h, and define assorted coff relocations to the corresponding elf relocations. * tc-h8300.h (TARGET_ARCH, TARGET_FORMAT): Define appropriately. More of Joern's patches. --- gas/config/tc-h8300.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gas/config/tc-h8300.h') diff --git a/gas/config/tc-h8300.h b/gas/config/tc-h8300.h index 06530a4..a70792a 100644 --- a/gas/config/tc-h8300.h +++ b/gas/config/tc-h8300.h @@ -24,6 +24,12 @@ #define TARGET_BYTES_BIG_ENDIAN 1 +#define TARGET_ARCH bfd_arch_h8300 + +#ifdef OBJ_ELF +#define TARGET_FORMAT "elf32-h8300" +#endif + #if ANSI_PROTOTYPES struct internal_reloc; #endif -- cgit v1.1