diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-01-12 00:36:23 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-01-12 00:36:23 +0000 |
commit | 460a34e851e332fe7d9737cf1d779fab06b8df9d (patch) | |
tree | 027ae999f023951b836b044dc0a9e58138c584e9 /gas/config/tc-h8500.h | |
parent | c01ebe2a5e49f72ccbfc777ffb7a20c45029f170 (diff) | |
download | gdb-460a34e851e332fe7d9737cf1d779fab06b8df9d.zip gdb-460a34e851e332fe7d9737cf1d779fab06b8df9d.tar.gz gdb-460a34e851e332fe7d9737cf1d779fab06b8df9d.tar.bz2 |
For COFF targets, make sure F_RELFLG is set exactly when no relocs are present,
instead of making it depend solely on the target CPU.
Diffstat (limited to 'gas/config/tc-h8500.h')
-rw-r--r-- | gas/config/tc-h8500.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-h8500.h b/gas/config/tc-h8500.h index 80051fe..71be5c7 100644 --- a/gas/config/tc-h8500.h +++ b/gas/config/tc-h8500.h @@ -35,7 +35,6 @@ #define LISTING_HEADER "Hitachi H8/500 GAS " #define NEED_FX_R_TYPE 1 #define RELOC_32 1234 -#define COFF_FLAGS 1 #define TC_START_LABEL(ch, ptr) (ch == ':' && start_label(ptr)) #define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep(frag) |