aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2003-05-31 07:55:10 +0000
committerJakub Jelinek <jakub@redhat.com>2003-05-31 07:55:10 +0000
commitf2c822e386797796f5f0436c86d2d08baf61e22a (patch)
tree36a67eb92467fa911b5e9ef4011202ae64d63be0 /bfd/ChangeLog
parentc8f55a7b394521febc8076cb1e95a37723e13e25 (diff)
downloadgdb-f2c822e386797796f5f0436c86d2d08baf61e22a.zip
gdb-f2c822e386797796f5f0436c86d2d08baf61e22a.tar.gz
gdb-f2c822e386797796f5f0436c86d2d08baf61e22a.tar.bz2
* elf32-ppc.c (allocate_dynrelocs): Use single slot for first 8192
plt entries, not just 8191.
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 ac381e6..04582f8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-31 Jakub Jelinek <jakub@redhat.com>
+
+ * elf32-ppc.c (allocate_dynrelocs): Use single slot for first 8192
+ plt entries, not just 8191.
+
2003-05-30 Daniel Jacobowitz <drow@mvista.com>
* elfxx-mips.c (_bfd_mips_elf_discard_info): Correct loop index.