toplevel--
authorGavin Romig-Koch <gavin@redhat.com>
Thu, 15 Jan 1998 14:56:12 +0000 (14:56 +0000)
committerGavin Romig-Koch <gavin@redhat.com>
Thu, 15 Jan 1998 14:56:12 +0000 (14:56 +0000)
* 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.

ChangeLog
gas/ChangeLog
gdb/configure.tgt

index 3072d98955c558044841733e4b7cae295bcdd861..7f89370ac43efda1e389ce7d6b5ed00816ce8842 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+start-sanitize-vr4111
+Thu Jan 15 09:36:48 1998  Gavin Koch  <gavin@cygnus.com>
+
+       * config.sub: Create the vr4111 as a copy of vr4100. 
+
+end-sanitize-vr4111
 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
 
        * configure.in (target_configdirs): Add cygmon for sparc64-elf.
index 4d540a86bebabd1040b5ce550796df2a093a141a..f02b97e6cee87dd6ec02e2b945698aad1424d949 100644 (file)
@@ -1,3 +1,10 @@
+start-sanitize-vr4111
+Thu Jan 15 09:33:11 1998  Gavin Koch  <gavin@cygnus.com>
+
+       * config/tc-mips.c (md_begin): Create the vr4111 as a copy of
+       the vr4100.
+
+end-sanitize-vr4111
 Wed Jan 14 17:52:33 1998  Nick Clifton  <nickc@cygnus.com>
 
        * config/tc-m32r.c (md_assemble): Add support for parsing parallel
index 3c29d73ced66b87946b751eda922f129009c21d9..7a4b9d114b9cf6372a19e4c2a4090de253325cc1 100644 (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" ;;
This page took 0.032749 seconds and 4 git commands to generate.