diff options
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 |