From 41e04eaa320653226989794c5e16100fa2360a0b Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sun, 15 May 2011 23:44:07 +0000 Subject: 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. --- include/ChangeLog | 4 ++++ include/bfdlink.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/ChangeLog b/include/ChangeLog index 5e96914..1f8b378 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2011-05-16 Alan Modra + + * bfdlink.h (struct bfd_link_hash_entry): Remove u.undef.weak field. + 2011-05-09 Paul Brook * elf/tic6x.h (ELF_STRING_C6000_unwind, diff --git a/include/bfdlink.h b/include/bfdlink.h index 50a1423..d3ac8d9 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 -- cgit v1.1