diff options
author | Michael Chastain <mec@google.com> | 2001-02-16 18:03:22 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2001-02-16 18:03:22 +0000 |
commit | 9ca0e47c0078e485ad0d3a224014e677cf00d755 (patch) | |
tree | d52aee56238de5b9fa7d5f33fcf6c5d741294b5c /gdb/ChangeLog | |
parent | 7d65bd2d7c54a1e2ac501c9fd72b6e1ef4216364 (diff) | |
download | gdb-9ca0e47c0078e485ad0d3a224014e677cf00d755.zip gdb-9ca0e47c0078e485ad0d3a224014e677cf00d755.tar.gz gdb-9ca0e47c0078e485ad0d3a224014e677cf00d755.tar.bz2 |
2001-02-12 Michael Chastain <chastain@redhat.com>
* gdb/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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e225017..627e250 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2001-02-12 Michael Chastain <chastain@redhat.com> + + * gdb/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. + 2001-02-16 Andrew Cagney <ac131313@redhat.com> * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1. |