* configure.tgt (mips64*vr4320*el-*-elf*) : Removed spurious case.

This commit is contained in:
Gavin Romig-Koch 1998-03-10 21:21:20 +00:00
parent 56f04c4945
commit e08480287d
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,9 @@
start-sanitize-vr4320
Tue Mar 10 16:15:13 1998 Gavin Koch <gavin@cygnus.com>
* configure.tgt (mips64*vr4320*el-*-elf*) : Removed spurious case.
end-sanitize-vr4320
Fri Mar 6 13:10:27 1998 Fred Fish <fnf@cygnus.com>
* utils.c (quit): Call SERIAL_DRAIN_OUTPUT rather than
@ -596,12 +602,6 @@ Thu Jan 15 12:29:13 1998 Nick Clifton <nickc@cygnus.com>
* remote-rdi.c (arm_rdi_open): Patch from Tony.Thompson@arm.com
to prevent spurous error messages on non-ICE targets.
start-sanitize-vr4111
Thu Jan 15 09:28:52 1998 Gavin Koch <gavin@cygnus.com>
* configure.tgt: Create the vr4111 as a copy of the vr4100.
end-sanitize-vr4111
Wed Jan 14 19:27:02 1998 Stan Shebs <shebs@andros.cygnus.com>
* config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}:

View File

@ -173,7 +173,6 @@ mips64*vr4320*-*-elf*) gdb_target=vr4300 ;;
# end-sanitize-vr4320
mips64*vr4300*el-*-elf*) gdb_target=vr4300el ;;
mips64*vr4300*-*-elf*) gdb_target=vr4300 ;;
mips64*vr4320*-*-elf) gdb_target=vr4xxx ;;
mips64*vr4100*el-*-elf*) gdb_target=vr4300el ;;
mips64*vr4100*-*-elf*) gdb_target=vr4xxx ;;
mips64*vr5000*el-*-elf*) gdb_target=vr5000el ;;