aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2005-12-08 00:17:33 +0000
committerRandolph Chung <tausq@debian.org>2005-12-08 00:17:33 +0000
commit8d4989491334f0b8fe290c618456f06a850ad417 (patch)
tree34eca05e244da90665de5f74475a6b27cf9db043 /gdb/ChangeLog
parentbd4c52284857c40cf2358db8a8a5b085eed255a5 (diff)
downloadfsf-binutils-gdb-8d4989491334f0b8fe290c618456f06a850ad417.zip
fsf-binutils-gdb-8d4989491334f0b8fe290c618456f06a850ad417.tar.gz
fsf-binutils-gdb-8d4989491334f0b8fe290c618456f06a850ad417.tar.bz2
2005-12-08 Randolph Chung <tausq@debian.org>
* somread.c (som_symfile_offsets): Iterate through number of sections in addrs instead of objfile.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7f5d7e7..01538d0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-08 Randolph Chung <tausq@debian.org>
+
+ * somread.c (som_symfile_offsets): Iterate through number of sections
+ in addrs instead of objfile.
+
2005-12-07 Daniel Jacobowitz <dan@codesourcery.com>
* valops.c (value_struct_elt): Clarify error message.