* 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.
This commit is contained in:
Alan Modra
2011-05-15 23:44:07 +00:00
parent 77c56f443d
commit 41e04eaa32
4 changed files with 9 additions and 3 deletions

View File

@ -1640,7 +1640,6 @@ _bfd_generic_link_add_one_symbol (struct bfd_link_info *info,
/* Make a new weak undefined symbol. */
h->type = bfd_link_hash_undefweak;
h->u.undef.abfd = abfd;
h->u.undef.weak = abfd;
break;
case CDEF: