diff options
author | John Gilmore <gnu@cygnus> | 1991-05-03 01:07:12 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-03 01:07:12 +0000 |
commit | 8ffd75c8a93075fb4a23bda7ae66e3b579038c6b (patch) | |
tree | 49685682ddada743c17ff32ee585d5c03b1054d7 /gdb/ChangeLog | |
parent | 2bff8e38bcfa1cbc460bd605e6907bc99158a096 (diff) | |
download | gdb-8ffd75c8a93075fb4a23bda7ae66e3b579038c6b.zip gdb-8ffd75c8a93075fb4a23bda7ae66e3b579038c6b.tar.gz gdb-8ffd75c8a93075fb4a23bda7ae66e3b579038c6b.tar.bz2 |
Mips bringup and general cleanup
* cplus-dem.c: Move CPLUS_MARKER define to after defs.h.
* infptrace.c (PT_WRITE_D, PT_READ_D): Use correct values.
(This still doesn't seem to make MIPS bkpts work.)
* mipsread.c: Remove dup "Reading symbol data..." msg.
(symbol_file_command, add_file_command): Remove, obsol.
* printcmd.c (ptype_command): Say "an enum" rather than "a enum".
Wrap output appropriately.
* stack.c (locals_info, catch_info, args_info): Check
selected_frame rather than target_has_stack or coredumping.
* valprint.c (type_print_varspec_suffix): Wrap "ptype" output of
enums appropriately.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ee63935..99dfb24 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,19 @@ +Thu May 2 17:53:56 1991 John Gilmore (gnu at cygint.cygnus.com) + + Mips bringup and general cleanup + + * cplus-dem.c: Move CPLUS_MARKER define to after defs.h. + * infptrace.c (PT_WRITE_D, PT_READ_D): Use correct values. + (This still doesn't seem to make MIPS bkpts work.) + * mipsread.c: Remove dup "Reading symbol data..." msg. + (symbol_file_command, add_file_command): Remove, obsol. + * printcmd.c (ptype_command): Say "an enum" rather than "a enum". + Wrap output appropriately. + * stack.c (locals_info, catch_info, args_info): Check + selected_frame rather than target_has_stack or coredumping. + * valprint.c (type_print_varspec_suffix): Wrap "ptype" output of + enums appropriately. + Wed May 1 14:10:22 1991 Jim Kingdon (kingdon at cygint.cygnus.com) * signame.c: Include defs.h and param.h. |