From: Ken Raeburn Date: Fri, 6 May 1994 00:03:11 +0000 (+0000) Subject: * symbols.c (symbol_new) [BFD_ASSEMBLER]: Don't permit additions to the symbol X-Git-Tag: gdb-4_18~14611 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbefddfb9cf681a62935f89c62f2847be72717ce;p=thirdparty%2Fbinutils-gdb.git * symbols.c (symbol_new) [BFD_ASSEMBLER]: Don't permit additions to the symbol table if it's already been set in the output bfd. (symbol_begin) [! EMIT_SECTION_SYMBOLS] [RELOC_REQUIRES_SYMBOL]: Don't use bfd_abs_section.symbol for gas absolute symbol. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 8a864874cc0..2d8da391b18 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ Thu May 5 19:14:43 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + * symbols.c (symbol_new) [BFD_ASSEMBLER]: Don't permit additions + to the symbol table if it's already been set in the output bfd. + (symbol_begin) [! EMIT_SECTION_SYMBOLS] [RELOC_REQUIRES_SYMBOL]: + Don't use bfd_abs_section.symbol for gas absolute symbol. + * doc/Makefile.in (distclean, clean-dvi, clean-info): Delete gasp files too.