diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-04-14 19:06:48 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-04-14 19:06:48 +0000 |
commit | 36712a20aad57709975438ceae0b4cc802635a19 (patch) | |
tree | 3d6bdfe89c3c9e0c8ddda5ad3a1f93d2ecbf97e0 /gdb/ChangeLog | |
parent | 44ea7b70f90e6f139269b8210568fd08f3dd4fbe (diff) | |
download | gdb-36712a20aad57709975438ceae0b4cc802635a19.zip gdb-36712a20aad57709975438ceae0b4cc802635a19.tar.gz gdb-36712a20aad57709975438ceae0b4cc802635a19.tar.bz2 |
2003-04-14 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (mips_push_dummy_frame): Delete function.
(MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
(FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
(mips_push_register): Delete function.
(mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
PUSH_FP_REGNUM.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 35e0c33..12c213d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2003-04-14 Andrew Cagney <cagney@redhat.com> + + * mips-tdep.c (mips_push_dummy_frame): Delete function. + (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros. + (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro. + (mips_push_register): Delete function. + (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and + PUSH_FP_REGNUM. + 2003-04-14 Jim Blandy <jimb@redhat.com> * symmisc.c: #include "gdb_regex.h". |