include/
* bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak. bfd/ * linker.c (_bfd_generic_link_add_one_symbol): Set u.undef.weak. * elflink.c (elf_smash_syms): Restore symbols that were undefweak before the as-needed lib was loaded. Abort on unexpected refs.
This commit is contained in:
parent
3fd68a6a04
commit
901b1fb985
@ -1,3 +1,7 @@
|
|||||||
|
2005-02-03 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
|
||||||
|
|
||||||
2005-02-01 Alan Modra <amodra@bigpond.net.au>
|
2005-02-01 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* bfdlink.h (bfd_link_repair_undef_list): Declare.
|
* bfdlink.h (bfd_link_repair_undef_list): Declare.
|
||||||
|
@ -113,6 +113,7 @@ struct bfd_link_hash_entry
|
|||||||
undefined symbol list. */
|
undefined symbol list. */
|
||||||
struct bfd_link_hash_entry *next;
|
struct bfd_link_hash_entry *next;
|
||||||
bfd *abfd; /* BFD symbol was found in. */
|
bfd *abfd; /* BFD symbol was found in. */
|
||||||
|
bfd *weak; /* BFD weak symbol was found in. */
|
||||||
} undef;
|
} undef;
|
||||||
/* bfd_link_hash_defined, bfd_link_hash_defweak. */
|
/* bfd_link_hash_defined, bfd_link_hash_defweak. */
|
||||||
struct
|
struct
|
||||||
|
Loading…
x
Reference in New Issue
Block a user