aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1993-11-04 16:58:27 +0000
committerJeff Law <law@redhat.com>1993-11-04 16:58:27 +0000
commitfa8e86489b73d2d083a0d0f8a454e3eae54609c6 (patch)
tree6e59fb5c5405b077faa998b12d0ce27dafc978ba /bfd
parent484fa12d0b710b6d791ac1c523986b8f4498f088 (diff)
downloadgdb-fa8e86489b73d2d083a0d0f8a454e3eae54609c6.zip
gdb-fa8e86489b73d2d083a0d0f8a454e3eae54609c6.tar.gz
gdb-fa8e86489b73d2d083a0d0f8a454e3eae54609c6.tar.bz2
* From Pete Hoogenboom (hoogen@cs.utah.edu)
* elf32-hppa.c (hppa_elf_get_section_contents): Fix logic error in last change. Always rebuild symbol extension section the first time though if output sections exist (fixes ld -r problems).
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 114e6dd..71ca707 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+Thu Nov 4 08:54:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
+
+ * From Pete Hoogenboom (hoogen@cs.utah.edu)
+ * elf32-hppa.c (hppa_elf_get_section_contents): Fix logic error
+ in last change. Always rebuild symbol extension section the first
+ time though if output sections exist (fixes ld -r problems).
+
Thu Nov 04 08:08:46 1993 Jeffrey Wheat (cassidy@cygnus.com)
* Makefile.in: Add .PHONY for check and installcheck rules.