* config/mips/tm-mips.h (enum mips_fpu_type): New enum.
authorIan Lance Taylor <ian@airs.com>
Tue, 17 Jan 1995 19:08:31 +0000 (19:08 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 17 Jan 1995 19:08:31 +0000 (19:08 +0000)
commitdaa4c5f8a17f8d895d7f2981afea6cdb96dd8594
tree78b5552122c76c8ff8d541f20adf1b6aa360c4c8
parent5ad32be23cdaacdbf0205bcad7ced40d90250038
* config/mips/tm-mips.h (enum mips_fpu_type): New enum.
(mips_fpu): Change type to enum mips_fpu_type.
(FIX_CALL_DUMMY): Handle mips_fpu == MIPS_FPU_SINGLE.
* mips-tdep.c (mips_fpu): Change type to enum mips_fpu_type.
Don't initialize.
(mips_fpu_string): New static variable.
(mips_push_dummy_frame): Handle mips_fpu == MIPS_FPU_SINGLE.
(mips_pop_frame): Likewise.
(mips_extract_return_value): Likewise.
(mips_store_return_value): Likewise.
(mips_set_fpu_command): New static function.
(mips_show_fpu_command): New static function.
(_initialize_mips_tdep): Change handling of set/show mipsfpu.
gdb/ChangeLog
gdb/config/mips/tm-mips.h