mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 10:09:16 +08:00
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.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user