diff options
author | Michael Chastain <mec@google.com> | 2001-02-16 18:25:56 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2001-02-16 18:25:56 +0000 |
commit | da7dd56fe42891475451996cb82b9141721fe5ee (patch) | |
tree | 7fdfc336757ac51c3dbd9ccb4b8d5176b54e3325 /gdb | |
parent | 9ca0e47c0078e485ad0d3a224014e677cf00d755 (diff) | |
download | gdb-da7dd56fe42891475451996cb82b9141721fe5ee.zip gdb-da7dd56fe42891475451996cb82b9141721fe5ee.tar.gz gdb-da7dd56fe42891475451996cb82b9141721fe5ee.tar.bz2 |
Obvious fix.
I wrote "gdb/somsolib.c" in ChangeLog. Should be "somsolib.c".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 |
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. |