diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-07-04 16:00:35 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-07-04 16:00:35 +0000 |
commit | 9faef8a7c56d65172b8bc4552f02e715a46ec73d (patch) | |
tree | 727878cdc677eab14d93943fcc24a2d5fcc5df0d /gdb | |
parent | 2541c7cf085237f2d116a54a6e4ed6f6a7a065bf (diff) | |
download | gdb-9faef8a7c56d65172b8bc4552f02e715a46ec73d.zip gdb-9faef8a7c56d65172b8bc4552f02e715a46ec73d.tar.gz gdb-9faef8a7c56d65172b8bc4552f02e715a46ec73d.tar.bz2 |
Doc fix.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
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> |