toplevel--

* config.sub: Create the vr4111 as a copy of vr4100.
	gas--
	* config/tc-mips.c (md_begin): Create the vr4111 as a copy of
	the vr4100.
	gcc--
	* config.sub: Create the vr4111 as a copy of the vr4100.
	* configure.in: Same.
	* configure: Rebuild.
	gdb--
	* configure.tgt: Create the vr4111 as a copy of the vr4100.
This commit is contained in:
Gavin Romig-Koch
1998-01-15 14:56:12 +00:00
parent ddfa23cb52
commit 86418a70c8
3 changed files with 17 additions and 0 deletions

View File

@ -173,6 +173,10 @@ mips64*vr4300*el-*-elf*) gdb_target=vr4300el ;;
mips64*vr4300*-*-elf*) gdb_target=vr4300 ;;
mips64*vr4100*el-*-elf*) gdb_target=vr4300el ;;
mips64*vr4100*-*-elf*) gdb_target=vr4300 ;;
# start-sanitize-vr4111
mips64*vr4111*el-*-elf*)gdb_target=vr4300el ;;
mips64*vr4111*-*-elf*) gdb_target=vr4300 ;;
# start-sanitize-vr4111
mips64*vr5000*el-*-elf*) gdb_target=vr5000el ;;
mips64*vr5000*-*-elf*) gdb_target=vr5000
configdirs="${configdirs} gdbserver" ;;