diff options
author | Jeff Law <law@redhat.com> | 1994-11-11 17:55:38 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-11-11 17:55:38 +0000 |
commit | c2e00af68ec68a2c6aaf4f82d909185de11168aa (patch) | |
tree | ebdd796f381d0044f3e15507014e27d1141aefc8 /gdb/ChangeLog | |
parent | 63ba709f374898815e2ba4ff94827d7ffa8265dc (diff) | |
download | gdb-c2e00af68ec68a2c6aaf4f82d909185de11168aa.zip gdb-c2e00af68ec68a2c6aaf4f82d909185de11168aa.tar.gz gdb-c2e00af68ec68a2c6aaf4f82d909185de11168aa.tar.bz2 |
* hppa-tdep.c (rp_saved): Handle IMPORT stubs too.
* somsolib.c (som_solib_add): Check the value of __dld_flags, if
it indicates __dld_list is not valid return an error. If it
indicates that libraries were not mapped privately, issue a
warning.
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 ffb2bd9..6e4a122 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Fri Nov 11 10:51:07 1994 Jeff Law (law@snake.cs.utah.edu) + + * hppa-tdep.c (rp_saved): Handle IMPORT stubs too. + + * somsolib.c (som_solib_add): Check the value of __dld_flags, if + it indicates __dld_list is not valid return an error. If it + indicates that libraries were not mapped privately, issue a + warning. + Thu Nov 10 23:17:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * symfile.c (syms_from_objfile): Only call find_lowest_section if |