1991-11-26 02:16:59 +00:00
|
|
|
|
|
|
|
#define TC_H8300
|
|
|
|
|
|
|
|
/* This macro translates between an internal fix and an coff reloc type */
|
1992-02-13 08:33:54 +00:00
|
|
|
#define TC_COFF_FIX2RTYPE(fixP) abort();
|
|
|
|
|
|
|
|
#define BFD_ARCH bfd_arch_h8300
|
|
|
|
#define COFF_MAGIC 0x8300
|
|
|
|
#define TC_COUNT_RELOC(x) (1)
|
1991-11-26 02:16:59 +00:00
|
|
|
|
|
|
|
|
1992-02-13 08:33:54 +00:00
|
|
|
#define TC_RELOC_MANGLE(a,b,c) tc_reloc_mangle(a,b,c)
|
|
|
|
|
|
|
|
#define DO_NOT_STRIP 1
|
|
|
|
#define DO_STRIP 0
|
|
|
|
#define LISTING_HEADER "Hitachi H8/300 GAS "
|