From 91c4c44904833bf50cc90e18c2e5cf46c7565b8f Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 19 Apr 2005 15:05:09 +0000 Subject: gas/ 2005-04-19 Jan Beulich * symbols.h (symbol_find_base): Remove prototype. * symbols.c (save_symbol_name): Remove code section conditional upon STRIP_UNDERSCORE. (symbol_find): Remove. (symbol_find_base): Rename to symbol_find. * subsegs.c (section_symbol): Replace use of symbol_find_base with symbol_find. * config/obj-coff.c (tag_insert): Remove code section conditional upon STRIP_UNDERSCORE. (obj_coff_def): Likewise. (obj_coff_endef): Replace use of symbol_find_base with symbol_find. (coff_frob_symbol): Likewise. (yank_symbols): Likewise. (c_section_symbol): Likewise. * config/obj-coff.h (DO_NOT_STRIP): Remove. * config/tc-arm.c (symbol_locate): Remove code section conditional upon STRIP_UNDERSCORE. * config/tc-h8300.h (DO_NOT_STRIP): Remove. * config/tc-h8500.h (DO_NOT_STRIP): Remove. * config/tc-sh.h (DO_NOT_STRIP): Remove. * config/tc-w65.h (DO_NOT_STRIP): Remove. * config/tc-z8k.h (DO_NOT_STRIP): Remove. --- gas/config/obj-coff.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gas/config/obj-coff.h') 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 -- cgit v1.1