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

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