OSDN Git Service

gas/
authorjbeulich <jbeulich>
Tue, 19 Apr 2005 15:05:05 +0000 (15:05 +0000)
committerjbeulich <jbeulich>
Tue, 19 Apr 2005 15:05:05 +0000 (15:05 +0000)
commit59350975b806eff51bd99ea2d826ec3578cbc423
tree0ebcf22385d20a2a5b5918a07e6699774cf0e98c
parentc8a990bc6fe9f191a00b7f162b1e5aa6b13a7469
gas/
2005-04-19  Jan Beulich  <jbeulich@novell.com>

* 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.
12 files changed:
gas/ChangeLog
gas/config/obj-coff.c
gas/config/obj-coff.h
gas/config/tc-arm.c
gas/config/tc-h8300.h
gas/config/tc-h8500.h
gas/config/tc-sh.h
gas/config/tc-w65.h
gas/config/tc-z8k.h
gas/subsegs.c
gas/symbols.c
gas/symbols.h