diff options
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 0a57bbe..b06a246 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2004-10-31 Andrew Cagney <cagney@gnu.org> + * mips-tdep.c (mips_ignore_helper): Delete. + * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete. + * infrun.c (handle_inferior_event): Delete #ifdef + DEPRECATED_IGNORE_HELPER_CALL code. + * config/mips/tm-mips.h (RA_REGNUM): Delete. 2004-10-31 Mark Kettenis <kettenis@gnu.org> |