aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/config/mips/tm-vr4320.h24
-rw-r--r--gdb/config/mips/vr4320.mt5
-rw-r--r--gdb/configure.tgt2
4 files changed, 37 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 599c5b3..c998093 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Tue Apr 14 15:43:49 1998 John Metzler <jmetzler@cygnus.com>
+
+ * configure.tgt: Switch over to use tm-4320.h. Since I switched to
+ MIPS EABI the fixes are no longer backward compatible with 4300.
+ * tm-vr4320.h: Added
+ * vr4320.mt: Added
+
Mon Apr 13 16:28:07 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* utils.c: (warning) added call to warning_hook
diff --git a/gdb/config/mips/tm-vr4320.h b/gdb/config/mips/tm-vr4320.h
new file mode 100644
index 0000000..a985f9a
--- /dev/null
+++ b/gdb/config/mips/tm-vr4320.h
@@ -0,0 +1,24 @@
+/* Copyright (C) 1993, 1996 Free Software Foundation, Inc.
+
+This file is part of GDB.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+
+#define TARGET_BYTE_ORDER_SELECTABLE
+#define TARGET_MONITOR_PROMPT "<RISQ> "
+#define TARGET_PTR_BIT 64
+#define MIPS_EABI 1
+
+#include "mips/tm-bigmips64.h"
diff --git a/gdb/config/mips/vr4320.mt b/gdb/config/mips/vr4320.mt
new file mode 100644
index 0000000..c7cc5ee
--- /dev/null
+++ b/gdb/config/mips/vr4320.mt
@@ -0,0 +1,5 @@
+# Target: Big-endian SIM monitor board.
+TDEPFILES= mips-tdep.o remote-mips.o
+TM_FILE= tm-vr4320.h
+SIM_OBS = remote-sim.o
+SIM = ../sim/mips/libsim.a
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 147d793..3021f13 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -169,7 +169,7 @@ mips64*el-*-ecoff*) gdb_target=embedl64 ;;
mips64*-*-ecoff*) gdb_target=embed64 ;;
# start-sanitize-vr4320
mips64*vr4320*el-*-elf*)gdb_target=vr4300el ;;
-mips64*vr4320*-*-elf*) gdb_target=vr4300 ;;
+mips64*vr4320*-*-elf*) gdb_target=vr4320 ;;
# end-sanitize-vr4320
mips64*vr4300*el-*-elf*) gdb_target=vr4300el ;;
mips64*vr4300*-*-elf*) gdb_target=vr4300 ;;