diff options
author | Jeff Law <law@redhat.com> | 1995-10-13 17:05:53 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-10-13 17:05:53 +0000 |
commit | 95037710caf0f84b0adc1d366c8b92eda8aeb255 (patch) | |
tree | b5c40957e4e50393f5a51977438561a1b8ee0114 /gdb/ChangeLog | |
parent | a1fe883fd031cc24c18dc4d21bbca8069641d212 (diff) | |
download | gdb-95037710caf0f84b0adc1d366c8b92eda8aeb255.zip gdb-95037710caf0f84b0adc1d366c8b92eda8aeb255.tar.gz gdb-95037710caf0f84b0adc1d366c8b92eda8aeb255.tar.bz2 |
* somsolib.c (som_solib_add): Just give a warning if a file
mentioned in the dld_list can't be found.
Warning seems more reasonable than croaking.
* config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP): Dig out
the PC from the PC queues rather than %r31.
Fixes net bug. Might also fix one of the hpux10 corefile.exp failures,
not sure (will test when I get back monday morning).
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 350f711..0383189 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Fri Oct 13 10:57:40 1995 Jeffrey A Law (law@cygnus.com) + + * somsolib.c (som_solib_add): Just give a warning if a file + mentioned in the dld_list can't be found. + * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP): Dig out + the PC from the PC queues rather than %r31. + Thu Oct 12 13:36:15 1995 Jeffrey A Law (law@cygnus.com) * corelow.c (core_open): Don't update the to_sections and |