aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2001-10-10 19:32:02 +0000
committerJakub Jelinek <jakub@redhat.com>2001-10-10 19:32:02 +0000
commit290394d6070206df9ecda222a16355d859c7e840 (patch)
treef69f6e583a1a0e5965f42ea254eeb1beeb8e3d39 /bfd/ChangeLog
parent4abb499edbac34276f74c5244da30faefcc81843 (diff)
downloadgdb-290394d6070206df9ecda222a16355d859c7e840.zip
gdb-290394d6070206df9ecda222a16355d859c7e840.tar.gz
gdb-290394d6070206df9ecda222a16355d859c7e840.tar.bz2
* elflink.h (elf_link_sort_cmp2): Don't mix PLT and non-PLT
relocations against the same symbol in .rel{,a}.dyn section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 80ede74..1d81e71 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-10 Jakub Jelinek <jakub@redhat.com>
+
+ * elflink.h (elf_link_sort_cmp2): Don't mix PLT and non-PLT
+ relocations against the same symbol in .rel{,a}.dyn section.
+
2001-10-10 Kazu Hirata <kazu@hxi.com>
* aout-encap.c: Fix comment typos.