diff options
Diffstat (limited to 'gas/config/obj-coff.h')
-rw-r--r-- | gas/config/obj-coff.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/config/obj-coff.h b/gas/config/obj-coff.h index 18fabae..c6819a2 100644 --- a/gas/config/obj-coff.h +++ b/gas/config/obj-coff.h @@ -265,8 +265,6 @@ #define SYM_AUXINFO(S) \ (&coffsymbol (symbol_get_bfdsym (S))->native[1]) -#define DO_NOT_STRIP 0 - /* The number of auxiliary entries. */ #define S_GET_NUMBER_AUXILIARY(s) \ (coffsymbol (symbol_get_bfdsym (s))->native->u.syment.n_numaux) @@ -453,9 +451,6 @@ typedef struct unsigned int ost_flags; } obj_symbol_type; -#ifndef DO_NOT_STRIP -#define DO_NOT_STRIP 0 -#endif /* Symbol table macros and constants. */ /* Possible and useful section number in symbol table |