diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-01 00:51:41 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-01 00:51:41 +0000 |
commit | 3d8536f3658d83e8ba648e862c9da4e268a3f5c7 (patch) | |
tree | b38bc3ddfa2006b623957c65485497998e3a199d /gdb/ChangeLog | |
parent | 650a49f055edeb72bb8ea9d227bedb908fe1bf73 (diff) | |
download | gdb-3d8536f3658d83e8ba648e862c9da4e268a3f5c7.zip gdb-3d8536f3658d83e8ba648e862c9da4e268a3f5c7.tar.gz gdb-3d8536f3658d83e8ba648e862c9da4e268a3f5c7.tar.bz2 |
* m88k-nat.c (fill_gregset): Fix typo (R_SFIP -> R_FIP).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0d2a958..5e05346 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Thu Sep 30 11:30:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * m88k-nat.c (fill_gregset): Fix typo (R_SFIP -> R_FIP). + + * c-typeprint.c (c_type_print_base, TYPE_FN_FIELD_STUB code): + If demangled name lacks a colon, don't dump core. + * blockframe.c (find_pc_partial_function): If pst->readin is set, don't try to get symbols from pst. |