aboutsummaryrefslogtreecommitdiff
path: root/gdb
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
commit9faef8a7c56d65172b8bc4552f02e715a46ec73d (patch)
tree727878cdc677eab14d93943fcc24a2d5fcc5df0d /gdb
parent2541c7cf085237f2d116a54a6e4ed6f6a7a065bf (diff)
downloadgdb-9faef8a7c56d65172b8bc4552f02e715a46ec73d.zip
gdb-9faef8a7c56d65172b8bc4552f02e715a46ec73d.tar.gz
gdb-9faef8a7c56d65172b8bc4552f02e715a46ec73d.tar.bz2
Doc fix.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d6694ed..63910ae 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>