+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
 
--- /dev/null
+/* 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"
 
 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 ;;