* elflink.c (elf_link_input_bfd): Don't use linker_mark and
authorAlan Modra <amodra@gmail.com>
Mon, 24 Oct 2005 11:24:31 +0000 (11:24 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 24 Oct 2005 11:24:31 +0000 (11:24 +0000)
commitf02571c5d99d9394c56f7a210def5b2e5bbb60c5
treea3b27acaf99ef6d7531ffb38864953188ac026cf
parent3e45f319ea0afd7c61f0d425e43eb698e4a6d035
* elflink.c (elf_link_input_bfd): Don't use linker_mark and
SEC_EXCLUDE to test for sections dropped from output.  Instead,
use bfd_section_removed_from_list on normal sections.  Don't
attempt to handle symbols with unknown reserved section indices.
* linker.c (_bfd_generic_link_output_symbols): Don't use
linker_mark to test for symbols belonging to dropped sections.
Do allow absolute symbols.
bfd/ChangeLog
bfd/elflink.c
bfd/linker.c