aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-07-04 16:00:08 +0000
committerJim Blandy <jimb@codesourcery.com>2001-07-04 16:00:08 +0000
commit2541c7cf085237f2d116a54a6e4ed6f6a7a065bf (patch)
treebc1c7ae2d47c8aee3a278e09110103a7cef97393 /gdb/ChangeLog
parent18ae5d728b866ed9a14a910d121427f3238ded7c (diff)
downloadgdb-2541c7cf085237f2d116a54a6e4ed6f6a7a065bf.zip
gdb-2541c7cf085237f2d116a54a6e4ed6f6a7a065bf.tar.gz
gdb-2541c7cf085237f2d116a54a6e4ed6f6a7a065bf.tar.bz2
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1626a6c..d6694ed 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2001-07-03 Michael Snyder <msnyder@redhat.com>
* thread_db (find_new_threads_callback, thread_db_thread_alive,