* configure.tgt: Change little-endian tx39 target name to tx39l.
authorMark Alexander <marka@cygnus>
Tue, 16 Dec 1997 20:10:36 +0000 (20:10 +0000)
committerMark Alexander <marka@cygnus>
Tue, 16 Dec 1997 20:10:36 +0000 (20:10 +0000)
start-sanitize-tx19
* configure.tgt: Change little-endian tx19 target name to tx19l.
end-sanitize-tx19

gdb/ChangeLog
gdb/configure.tgt

index bd7b08022c31787aedb63a093ba509c78d549dbc..08f2a74bed83fc04150304a340b26214dd3ab2c6 100644 (file)
@@ -1,3 +1,10 @@
+Tue Dec 16 20:05:48 1997  Mark Alexander  <marka@cygnus.com>
+
+       * configure.tgt: Change little-endian tx39 target name to tx39l.
+start-sanitize-tx19
+       * configure.tgt: Change little-endian tx19 target name to tx19l.
+end-sanitize-tx19
+
 start-sanitize-gdbtk
 Tue Dec 16 21:16:42 1997  Ian Lance Taylor  <ian@cygnus.com>
 
index baa60632d0040b9acb07f40c454f2221da6f96ef..6739d08fe1e869421b205d31d60d1d815dd6071a 100644 (file)
@@ -176,11 +176,11 @@ mips64*r5900*-*-elf*)     gdb_target=r5900 ;;
 # end-sanitize-r5900
 # start-sanitize-tx19
 mips-tx19*el-* | mips*tx19*el-*-*)
-                       gdb_target=tx19el ;;
+                       gdb_target=tx19l ;;
 mips-tx19*-* | mips*tx19*-*-*)
                        gdb_target=tx19 ;;
 # end-sanitize-tx19  
-mips*tx39*el*-elf*)    gdb_target=tx39el ;;
+mips*tx39*el*-elf*)    gdb_target=tx39l ;;
 mips*tx39*-elf*)       gdb_target=tx39 ;;
 # start-sanitize-tx49
 mips64*tx49*el-*-elf*) gdb_target=tx49el ;;