diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-23 01:11:11 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-23 01:11:11 +0000 |
commit | 9a822037b10afc6540f4199017af0e728c8e68eb (patch) | |
tree | 09b503b73693cb368d7fc48877359eb47dd0d902 /gdb/ChangeLog | |
parent | 25a40b004d02d2a3204d4aadba723f2e37fbc1d0 (diff) | |
download | gdb-9a822037b10afc6540f4199017af0e728c8e68eb.zip gdb-9a822037b10afc6540f4199017af0e728c8e68eb.tar.gz gdb-9a822037b10afc6540f4199017af0e728c8e68eb.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 37789a0..0b3e1cb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,18 @@ Mon Apr 22 00:02:43 1991 Jim Kingdon (kingdon at cygint.cygnus.com) - * Shared libaray/corefile changes from Peter Schauer: + * dbxread.c (end_psymtab): Initialize pst->symtab. + + * core.c (core_open): Call ADD_SOLIB. + + * tm-sparc.h: Include <sun4/reg.h> not <machine/reg.h>. + sparc-tdep.c: Don't include <machine/reg.h>. + + * sun3-xdep.c [!TARGET_SUN3]: Just provide empty functions which + don't do anything. + + * core.c (core_open): Add make_cleanup (pop_target, 0). + + * Shared library/corefile changes from Peter Schauer: core.c (core_close): Call CLEAR_SOLIB. (core_open): Remove comment about "should deal with shared lib". (core_xfer_memory): If we can't xfer the usual way, try the |