mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 06:23:58 +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:
@ -1,3 +1,7 @@
|
|||||||
|
2011-05-16 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* linker.c (_bfd_generic_link_add_one_symbol): Don't init u.undef.weak.
|
||||||
|
|
||||||
2011-05-15 Richard Sandiford <rdsandiford@googlemail.com>
|
2011-05-15 Richard Sandiford <rdsandiford@googlemail.com>
|
||||||
|
|
||||||
* elfxx-mips.c (_bfd_mips_elf_check_relocs): Record both local and
|
* elfxx-mips.c (_bfd_mips_elf_check_relocs): Record both local and
|
||||||
|
@ -1640,7 +1640,6 @@ _bfd_generic_link_add_one_symbol (struct bfd_link_info *info,
|
|||||||
/* Make a new weak undefined symbol. */
|
/* Make a new weak undefined symbol. */
|
||||||
h->type = bfd_link_hash_undefweak;
|
h->type = bfd_link_hash_undefweak;
|
||||||
h->u.undef.abfd = abfd;
|
h->u.undef.abfd = abfd;
|
||||||
h->u.undef.weak = abfd;
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CDEF:
|
case CDEF:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2011-05-16 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* bfdlink.h (struct bfd_link_hash_entry): Remove u.undef.weak field.
|
||||||
|
|
||||||
2011-05-09 Paul Brook <paul@codesourcery.com>
|
2011-05-09 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* elf/tic6x.h (ELF_STRING_C6000_unwind,
|
* elf/tic6x.h (ELF_STRING_C6000_unwind,
|
||||||
|
@ -123,7 +123,6 @@ 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
|
||||||
|
Reference in New Issue
Block a user