aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-10-31 15:32:09 +0000
committerAlan Modra <amodra@gmail.com>2001-10-31 15:32:09 +0000
commit4e12ff7fc26ce362d9dab3ff402843b555cf1593 (patch)
treed56e5608834bc60b37b61ed64f14daf4013c24c2 /bfd/ChangeLog
parent4578e0a7264676834da6af67f45d622e0d5b8b6d (diff)
downloadgdb-4e12ff7fc26ce362d9dab3ff402843b555cf1593.zip
gdb-4e12ff7fc26ce362d9dab3ff402843b555cf1593.tar.gz
gdb-4e12ff7fc26ce362d9dab3ff402843b555cf1593.tar.bz2
Revert previous delta, instead do this.
* elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Don't count .plt relocs in DT_RELASZ.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 441db5f..364305d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,7 +1,7 @@
2001-11-01 Alan Modra <amodra@bigpond.net.au>
- * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Set DT_RELASZ
- whenever DT_PLTRELSZ.
+ * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Don't count
+ .plt relocs in DT_RELASZ.
2001-10-29 NIIBE Yutaka <gniibe@m17n.org>