mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 23:29:03 +00:00
a39116f1c9
tagged as "vanilla" for your convenience. There are also some comment changes.
17 lines
372 B
C
17 lines
372 B
C
|
|
#define TC_H8300
|
|
|
|
/* This macro translates between an internal fix and an coff reloc type */
|
|
#define TC_COFF_FIX2RTYPE(fixP) abort();
|
|
|
|
#define BFD_ARCH bfd_arch_h8300
|
|
#define COFF_MAGIC 0x8300
|
|
#define TC_COUNT_RELOC(x) (1)
|
|
|
|
|
|
#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 "
|