aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-10-11 14:58:19 +0000
committerJakub Jelinek <jakub@redhat.com>2006-10-11 14:58:19 +0000
commit07806542d5a4e7cc5364d82f3e2fc5e23ccdd1cb (patch)
tree3f17304e547f942fa303421ea835291a18053375 /ld/ChangeLog
parent861cf606cb1195b79daff1ae5a0202ea7b9679bd (diff)
downloadgdb-07806542d5a4e7cc5364d82f3e2fc5e23ccdd1cb.zip
gdb-07806542d5a4e7cc5364d82f3e2fc5e23ccdd1cb.tar.gz
gdb-07806542d5a4e7cc5364d82f3e2fc5e23ccdd1cb.tar.bz2
* ldlang.c (lang_append_dynamic_list): When appending, add all elements
of the dynamic list rather than just the first entry.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 3d6d4a6..d78ef41 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-11 Jakub Jelinek <jakub@redhat.com>
+
+ * ldlang.c (lang_append_dynamic_list): When appending, add all elements
+ of the dynamic list rather than just the first entry.
+
2006-10-10 Bob Wilson <bob.wilson@acm.org>
* emulparams/elf32xtensa.sh (GENERATE_PIE_SCRIPT): Enable.