* elflink.c (elf_link_input_bfd): Don't use linker_mark and
commit456a3819a54275384d5a3367bf8497587ee85f85
authorAlan Modra <amodra@bigpond.net.au>
Mon, 24 Oct 2005 11:24:31 +0000 (24 11:24 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Mon, 24 Oct 2005 11:24:31 +0000 (24 11:24 +0000)
tree1a62c7ed2e3057a92c96e030d27bba054f11320c
parent50da6189bb9ea00b6be57bad057724a4afe49af0
* 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