aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-08-03 19:40:29 +0000
committerNick Clifton <nickc@redhat.com>2000-08-03 19:40:29 +0000
commitbc67d8a6e34300ea5366a2403de39e568150620b (patch)
tree2391552a1ffa89951f913aa869197d23c2f48289 /bfd/ChangeLog
parent60523a834b4042e080f69666f4f28defa0747f87 (diff)
downloadgdb-bc67d8a6e34300ea5366a2403de39e568150620b.zip
gdb-bc67d8a6e34300ea5366a2403de39e568150620b.tar.gz
gdb-bc67d8a6e34300ea5366a2403de39e568150620b.tar.bz2
Restore reverted code. Fix bug in reverted code which was eliminating too
many segments.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 89203ce..91e5089 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2000-08-03 Nick Clifton <nickc@cygnus.com>
+
+ * section.c: Restore backed out code.
+ * elf.c: Restore backed out code.
+ (copy_private_bfd_data): Fix bug preventing stipped dynamic
+ binaries from working.
+ * bfd-in2.h: Regenerate.
+
2000-08-03 H.J. Lu <hjl@gnu.org>
* section.c: Back out the change made by Nick Clifton