Tue Apr 14 15:43:49 1998 John Metzler <jmetzler@cygnus.com>
authorJohn Metzler <jmetzler@cygnus>
Tue, 14 Apr 1998 23:09:06 +0000 (23:09 +0000)
committerJohn Metzler <jmetzler@cygnus>
Tue, 14 Apr 1998 23:09:06 +0000 (23:09 +0000)
* 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

gdb/ChangeLog
gdb/config/mips/tm-vr4320.h [new file with mode: 0644]
gdb/config/mips/vr4320.mt [new file with mode: 0644]
gdb/configure.tgt

index 599c5b31b1e6bfbc724772616726dc21e064ae59..c9980936e7824b5b058101045deae1445f946b0f 100644 (file)
@@ -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 (file)
index 0000000..a985f9a
--- /dev/null
@@ -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 (file)
index 0000000..c7cc5ee
--- /dev/null
@@ -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
index 147d793843d063a44fe5959ce49e6e5194467f93..3021f134f1deca2cae3ecbe8ac8ab284600d0369 100644 (file)
@@ -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 ;;