diff options
author | Alan Modra <modra@gmail.com> | 2011-05-15 23:44:06 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2011-05-15 23:44:06 +0000 |
commit | 943e23a49f6f2fcb15cebe37e4c2361cab8f0fe4 (patch) | |
tree | 9c18af8a7fe0d2305616bd2fd8cee38bfe1b5a45 /include/bfdlink.h | |
parent | daa69fff5b50519992d98bb30891eb309f3dd243 (diff) | |
download | cygnal-943e23a49f6f2fcb15cebe37e4c2361cab8f0fe4.tar.gz cygnal-943e23a49f6f2fcb15cebe37e4c2361cab8f0fe4.tar.bz2 cygnal-943e23a49f6f2fcb15cebe37e4c2361cab8f0fe4.zip |
include/
* bfdlink.h (struct bfd_link_hash_entry): Remove u.undef.weak field.
bfd/
* linker.c (_bfd_generic_link_add_one_symbol): Don't init u.undef.weak.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index 50a142367..d3ac8d9fd 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -123,7 +123,6 @@ struct bfd_link_hash_entry undefined symbol list. */ struct bfd_link_hash_entry *next; bfd *abfd; /* BFD symbol was found in. */ - bfd *weak; /* BFD weak symbol was found in. */ } undef; /* bfd_link_hash_defined, bfd_link_hash_defweak. */ struct |