]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-08-25 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Mon, 25 Aug 2003 22:57:50 +0000 (22:57 +0000)
committerChris Demetriou <cgd@google.com>
Mon, 25 Aug 2003 22:57:50 +0000 (22:57 +0000)
        * configure.tgt: Document need for special "mipsisa64" handling.
        (mipsisa64*-*-linux64): Handle as target linux64.
        (mipsisa64*-*-*): Handle as target embed64.

gdb/ChangeLog
gdb/configure.tgt

index 081bde8ecd963c753b23ddf358a043a4e16e9a72..dfb57e54cb618baa2c34893903e29fa67b8ade4a 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-25  Chris Demetriou  <cgd@broadcom.com>
+
+       * configure.tgt: Document need for special "mipsisa64" handling.
+       (mipsisa64*-*-linux64): Handle as target linux64.
+       (mipsisa64*-*-*): Handle as target embed64.
+
 2003-08-18  Michael Chastain  <mec@shout.net>
 
        * PROBLEMS: Document pr gdb/1322, the Java anonymous
index 39c2cae9e7018a0495eb6df0c90b875558f938d5..eaa9895674e10fbed08e06d37d36c093b121529b 100644 (file)
@@ -143,6 +143,12 @@ m68*-*-sysv4*)             gdb_target=m68kv4 ;;
 m68*-*-vxworks*)       gdb_target=vxworks68 ;;
 
 mcore*-*-*)            gdb_target=mcore ;;
+
+# "mipsisa64" targets are 64-bit MIPS, MIPS64 ISA.  They need these
+# special cases because otherwise they (obviously) are not matched by
+# the "mips64" target cases, and would therefore be treated as 32-bit.
+mipsisa64*-*-linux*)   gdb_target=linux64 ;;
+mipsisa64*-*-*)                gdb_target=embed64 ;;
 mips64*-big-*)         gdb_target=mips64 ;;
 mips*-big-*)           gdb_target=mips ;;
 mips*-dec-*)           gdb_target=mips ;;