aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-08-03 05:10:39 +0000
committerAlan Modra <amodra@gmail.com>2001-08-03 05:10:39 +0000
commit8e1d4bbbc0d40e33df07d13080aa984902bf4ef2 (patch)
tree6f136386eac70d2342f990bd71e4434416831a2c /bfd/ChangeLog
parentb6bf44ba1b497f5cf654851f6c360313b05345f4 (diff)
downloadgdb-8e1d4bbbc0d40e33df07d13080aa984902bf4ef2.zip
gdb-8e1d4bbbc0d40e33df07d13080aa984902bf4ef2.tar.gz
gdb-8e1d4bbbc0d40e33df07d13080aa984902bf4ef2.tar.bz2
* elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Don't
keep relocs for undefined syms if there are no dynamic sections in executable. * elf32-hppa.c (allocate_plt_and_got_and_discard_relocs): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 35a2fad..e7c5c4c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2001-08-03 Alan Modra <amodra@bigpond.net.au>
+
+ From H.J. Lu <hjl@gnu.org>
+ * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Don't
+ keep relocs for undefined syms if there are no dynamic sections in
+ executable.
+ * elf32-hppa.c (allocate_plt_and_got_and_discard_relocs): Likewise.
+
2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
* cofflink.c (coff_link_check_ar_symbols): also search for
@@ -138,7 +146,7 @@
2001-06-29 H.J. Lu <hjl@gnu.org>
* elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Check if
- hplink->sgot is NULL before filling GOT. Checck if hplink->splt
+ hplink->sgot is NULL before filling GOT. Check if hplink->splt
is NULL before filling PLT.
2001-06-29 Alan Modra <amodra@bigpond.net.au>