diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 208ffed..0f8d973 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2004-01-12 Andrew Cagney <cagney@redhat.com> + * mips-tdep.c (mips_pseudo_register_read): Don't return a value, + the function is void. + (mips_pseudo_register_write): Ditto. + +2004-01-12 Andrew Cagney <cagney@redhat.com> + * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO call. Never defined. * sparc-tdep.h (struct frame_info): Add opaque declaration. |