aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-12-18 05:14:06 +0000
committerAndrew Cagney <cagney@redhat.com>1998-12-18 05:14:06 +0000
commit1fe2e66a0162b7a86a9764d98d982c6c8e123799 (patch)
treef4e8789b1158312ece2b3d0c1a6663b119fec960 /gdb/ChangeLog
parent2e64ee9aae3cc3061f14c4cd1283b67a8c68d4a4 (diff)
downloadgdb-1fe2e66a0162b7a86a9764d98d982c6c8e123799.zip
gdb-1fe2e66a0162b7a86a9764d98d982c6c8e123799.tar.gz
gdb-1fe2e66a0162b7a86a9764d98d982c6c8e123799.tar.bz2
CARP/vr4xxx:
Rewrite ``set mipsfpu'' command so that it works with the multi-arch framework. For vr4111 and vr4121 disable the FPU.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f83baa6..6d17304 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,26 @@
+Fri Dec 18 14:23:34 1998 Andrew Cagney <cagney@chook>
+
+ * config/mips/tm-mips.h (enum mips_fpu_type, mips_fpu): Move to
+ mips-tdep.c.
+
+ * mips-tdep.c (mips_fpu_string): Delete variable.
+ (mips_fpu_type_auto): New variable.
+ (mips_fpu_type): Rename mips_fpu.
+ (_initialize_mips_tdep): Delete initialization of mips_fpu et.al.
+ Rewrite ``set mipsfpu'' command set.
+ (set_mipsfpu_command, show_mipsfpu_command,
+ set_mipsfpu_single_command, set_mipsfpu_double_command,
+ set_mipsfpu_none_command, set_mipsfpu_auto_command): New
+ functions, handle commands.
+ (mips_push_arguments, mips_push_dummy_frame, mips_pop_frame,
+ mips_extract_return_value): Update.
+ (start-sanitize-carp start-sanitize-vr4xxx);
+ (_initialize_mips_tdep): Set mips_fpu_type according to current
+ processor.
+ (_initialize_mips_tdep): Only define ``set processor'' command
+ when not multi-sim.
+ (end-sanitize-carp end-sanitize-vr4xxx)
+
start-sanitize-carp start-sanitize-vr4xxx
Fri Dec 18 12:56:56 1998 Andrew Cagney <cagney@chook>