summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2011-05-15 23:44:06 +0000
committerAlan Modra <amodra@bigpond.net.au>2011-05-15 23:44:06 +0000
commita9d812d7aec2fe25ec417445ee3ccabdf76ad496 (patch)
treec5094f39cf206f47d780e973bcdc26f47c79d640 /include
parent33cf850f729a4edbf55f6af1091393de558c2bcd (diff)
downloadgdb-a9d812d7aec2fe25ec417445ee3ccabdf76ad496.tar.gz
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')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/bfdlink.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 5e96914724b..1f8b378ed87 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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>
* elf/tic6x.h (ELF_STRING_C6000_unwind,
diff --git a/include/bfdlink.h b/include/bfdlink.h
index 50a14236791..d3ac8d9fd09 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