diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-05-11 00:36:17 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-05-11 00:36:17 +0000 |
commit | 9e12421610186897f3147622fb7d28806a527c46 (patch) | |
tree | fa047b194add89cdca59fdd3824fcacaffcf4a49 /gdb/ChangeLog | |
parent | cd4c806ac95a85d8ee0271d7db797504cc656ec0 (diff) | |
download | gdb-9e12421610186897f3147622fb7d28806a527c46.zip gdb-9e12421610186897f3147622fb7d28806a527c46.tar.gz gdb-9e12421610186897f3147622fb7d28806a527c46.tar.bz2 |
2000-05-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* solib.c (symbol_add_stub): Remember the index and the name of
the section with the lowest address. Use this data (instead of
data from .text) to pass info into symbol_file_add.
* elfread.c (record_minimal_symbol_and_info): Use the section
where the symbol lives to get the index, instead of guessing.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8ad0024..795486a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2000-05-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com> + + * solib.c (symbol_add_stub): Remember the index and the name of + the section with the lowest address. Use this data (instead of + data from .text) to pass info into symbol_file_add. + + * elfread.c (record_minimal_symbol_and_info): Use the section + where the symbol lives to get the index, instead of guessing. + 2000-05-10 Michael Snyder <msnyder@seadog.cygnus.com> Make Sparc a Multi-Arch target. Discard PARAMS macro (require ANSI). * sparc-tdep.c: include arch-utils.h. |