aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-02-03 03:30:49 +0000
committerAlan Modra <amodra@gmail.com>2005-02-03 03:30:49 +0000
commit11f25ea6caba4354a6c58653e92e125313d5a659 (patch)
tree2a7d1be8902c9e3d51858f619791248536c23c86 /include/ChangeLog
parent474867c1241877200fa3d68161adea76c4f2cee9 (diff)
downloadgdb-11f25ea6caba4354a6c58653e92e125313d5a659.zip
gdb-11f25ea6caba4354a6c58653e92e125313d5a659.tar.gz
gdb-11f25ea6caba4354a6c58653e92e125313d5a659.tar.bz2
include/
* bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak. bfd/ * linker.c (_bfd_generic_link_add_one_symbol): Set u.undef.weak. * elflink.c (elf_smash_syms): Restore symbols that were undefweak before the as-needed lib was loaded. Abort on unexpected refs.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 43d8ddf..2818977 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-03 Alan Modra <amodra@bigpond.net.au>
+
+ * bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
+
2005-02-01 Alan Modra <amodra@bigpond.net.au>
* bfdlink.h (bfd_link_repair_undef_list): Declare.