From a39116f1c91d3642c068d9df871338cca9006be2 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Thu, 13 Feb 1992 08:33:54 +0000 Subject: White space and comments only. The devo tree prior to this delta is tagged as "vanilla" for your convenience. There are also some comment changes. --- gas/config/tc-h8300.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'gas/config/tc-h8300.h') diff --git a/gas/config/tc-h8300.h b/gas/config/tc-h8300.h index 2e02b40..5580d69 100644 --- a/gas/config/tc-h8300.h +++ b/gas/config/tc-h8300.h @@ -2,8 +2,15 @@ #define TC_H8300 /* This macro translates between an internal fix and an coff reloc type */ -#define TC_COFF_FIX2RTYPE(fixP) \ - (fixP->fx_pcrel ? (fixP->fx_size == 1 ? R_PCRBYTE : R_PCRWORD ) : \ - (fixP->fx_size == 1 ? R_RELBYTE : R_RELWORD )) +#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 " -- cgit v1.1