diff options
author | Steve Chamberlain <sac@cygnus> | 1991-12-12 02:17:22 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-12-12 02:17:22 +0000 |
commit | 410e67eb2192308a57483df21819c226a401686b (patch) | |
tree | 53c89b2fd3600851f34e2aad30a003ca87a38a1e /gas/config/obj-coffbfd.h | |
parent | b4e24250203a98b74025fbab6b7a4e86459e7cfe (diff) | |
download | gdb-410e67eb2192308a57483df21819c226a401686b.zip gdb-410e67eb2192308a57483df21819c226a401686b.tar.gz gdb-410e67eb2192308a57483df21819c226a401686b.tar.bz2 |
* config/obj-coffbfd.c: lint, don't fixup relocs if H8300, use
tc_reloc_mangle to prepare relocation if one available
* config/tc-h8300.h: added tc_reloc_mangle routine
Diffstat (limited to 'gas/config/obj-coffbfd.h')
-rw-r--r-- | gas/config/obj-coffbfd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/obj-coffbfd.h b/gas/config/obj-coffbfd.h index 16393cd..7a53663 100644 --- a/gas/config/obj-coffbfd.h +++ b/gas/config/obj-coffbfd.h @@ -111,9 +111,10 @@ typedef struct unsigned int ost_flags; /* obj_coff internal use only flags */ } obj_symbol_type; +#ifndef DO_NOT_STRIP #define DO_NOT_STRIP 0 #define DO_STRIP 1 - +#endif /* Symbol table macros and constants */ /* Possible and usefull section number in symbol table |