aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2001-02-16 18:25:56 +0000
committerMichael Chastain <mec@google.com>2001-02-16 18:25:56 +0000
commitda7dd56fe42891475451996cb82b9141721fe5ee (patch)
tree7fdfc336757ac51c3dbd9ccb4b8d5176b54e3325
parent9ca0e47c0078e485ad0d3a224014e677cf00d755 (diff)
downloadgdb-da7dd56fe42891475451996cb82b9141721fe5ee.zip
gdb-da7dd56fe42891475451996cb82b9141721fe5ee.tar.gz
gdb-da7dd56fe42891475451996cb82b9141721fe5ee.tar.bz2
Obvious fix.
I wrote "gdb/somsolib.c" in ChangeLog. Should be "somsolib.c".
-rw-r--r--gdb/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 627e250..4f44e9e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,6 @@
2001-02-12 Michael Chastain <chastain@redhat.com>
- * gdb/somsolib.c (som_solib_add_solib_objfile): Do not use
+ * somsolib.c (som_solib_add_solib_objfile): Do not use
section relocation feature of syms_from_objfile. Do my own
section relocation, offsetting each section of the som by
either text_addr - text_link_addr or data_start.