summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-07-04 16:00:35 +0000
committerJim Blandy <jimb@codesourcery.com>2001-07-04 16:00:35 +0000
commitdf80dbbec5c846cdbe9157c22d90222c5f9c954a (patch)
tree017716520beeb6dfc60d616457cd7c55c93f0626
parent60fa8017eabcad9d54dc531bb4fde029815c8ee9 (diff)
downloadgdb-df80dbbec5c846cdbe9157c22d90222c5f9c954a.tar.gz
Doc fix.
-rw-r--r--gdb/ChangeLog5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d6694ed45b7..63910ae2a6d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,10 +1,7 @@
2001-07-04 Jim Blandy <jimb@redhat.com>
* dwarf2read.c (dwarf2_build_psymtabs_hard): Remove extraneous
- code in loop condition. This seemed to be trying to round
- info_ptr up to the next four-byte boundary, but that's not what it
- actually did. If we discover the problem the old code was really
- trying to address, we can fix it properly.
+ code in loop condition.
2001-07-03 Michael Snyder <msnyder@redhat.com>