diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-08 04:57:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-08 04:57:38 +0000 |
commit | 8d5838b5920ff995b71a7011626f656e7e270709 (patch) | |
tree | 2eb1e64fb3683eda9d3eb3540d6060fc782321f2 /gdb/ChangeLog | |
parent | 480d3dd25be4a44e74f1678d7ac8ca141dfac752 (diff) | |
download | gdb-8d5838b5920ff995b71a7011626f656e7e270709.zip gdb-8d5838b5920ff995b71a7011626f656e7e270709.tar.gz gdb-8d5838b5920ff995b71a7011626f656e7e270709.tar.bz2 |
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
FPU to the start, check the MIPS FPU when looking for an old
architecture.
(set_mipsfpu_single_command): Update the architecture.
(set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
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 15270d8..b137e73 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2004-01-07 Andrew Cagney <cagney@redhat.com> + * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS + FPU to the start, check the MIPS FPU when looking for an old + architecture. + (set_mipsfpu_single_command): Update the architecture. + (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto. + * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro. (mips_mask_address_p): Add "tdep" parameter. (show_mask_address, mips_addr_bits_remove): Update. |