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
This commit is contained in:
John Metzler 1998-04-14 23:09:06 +00:00
parent f4132507a0
commit a47fe057fd
4 changed files with 37 additions and 1 deletions

View 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

View File

@ -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"

View File

@ -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

View 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 ;;