OSDN Git Service

bfd/
authorAlan Modra <amodra@bigpond.net.au>
Tue, 25 Jan 2005 01:40:01 +0000 (01:40 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Tue, 25 Jan 2005 01:40:01 +0000 (01:40 +0000)
commit05ab9470a6a210607b69c9a225e5f8dce4e2b5bc
treef7c2be84fa33639682676412d9701eb7c3a3ba7e
parent8cdaefff43440cf9085d83d2a8378347ecfe74f3
bfd/
* elflink.c (elf_link_add_object_symbols): Don't create link dynamic
sections immediately when linking shared libs.  Instead, wait until
we know a lib is needed.
(_bfd_elf_link_create_dynstrtab): Extract from..
(_bfd_elf_link_create_dynamic_sections_): ..here.
(elf_add_dt_needed_tag): Call _bfd_elf_link_create_dynstrtab and
_bfd_elf_link_create_dynamic_sections.  Add abfd param.  Allow
for non-existent .dynamic.
(elf_link_output_extsym): Don't complain about undefined symbols
in as-needed dynamic libs that aren't actually linked.
ld/
* emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Formatting.
(gld${EMULATION_NAME}_after_open): Ignore needed libs if they were
only needed by an as-needed lib that didn't get linked.
bfd/ChangeLog
bfd/elflink.c