]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Add pattern crisv32-*-* for "nop".
authorHans-Peter Nilsson <hp@axis.com>
Tue, 24 Mar 2009 17:46:03 +0000 (17:46 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Tue, 24 Mar 2009 17:46:03 +0000 (17:46 +0000)
* configure.ac <GAS features, nop mnemonic>: Add pattern
crisv32-*-* for "nop".
<GAS features, Thread-local storage>: Add item for CRIS and
CRIS v32.
* configure: Regenerate.

From-SVN: r145036

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index c7aeb48743a9cb4653202ba18026632f5ae56786..63a7a85cf90baa79af6fdb945d685720f3b9da13 100644 (file)
@@ -1,3 +1,11 @@
+2009-03-24  Hans-Peter Nilsson  <hp@axis.com>
+
+       * configure.ac <GAS features, nop mnemonic>: Add pattern
+       crisv32-*-* for "nop".
+       <GAS features, Thread-local storage>: Add item for CRIS and
+       CRIS v32.
+       * configure: Regenerate.
+
 2009-03-24  Ira Rosen  <irar@il.ibm.com>
 
        PR tree-optimization/39529
index 47d750045390e817b382b886831b159b2d82c881..04775acf6e9cdb0b2a809060880704af51703ac2 100755 (executable)
@@ -21976,6 +21976,17 @@ foo:   .long   25
        tls_first_minor=13
        tls_as_opt=--fatal-warnings
        ;;
+  cris-*-*|crisv32-*-*)
+    conftest_s='
+       .section ".tdata","awT",@progbits
+x:      .long   25
+        .text
+       move.d x:IE,$r10
+       nop'
+       tls_first_major=2
+       tls_first_minor=20
+       tls_as_opt=--fatal-warnings
+       ;;
   frv*-*-*)
     conftest_s='
        .section ".tdata","awT",@progbits
@@ -23660,7 +23671,7 @@ esac
 case "$target" in
   i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
   | x86_64*-*-* | hppa*-*-* | arm*-*-* \
-  | xstormy16*-*-* | cris-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \
+  | xstormy16*-*-* | cris-*-* | crisv32-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \
   | spu-*-* | fido*-*-* | m32c-*-*)
     insn="nop"
     ;;
index c067770cb5935f6e2eedd9e6217fb0260213516a..04ea19d340df31619f78f07b0e5fbff2cb90b194 100644 (file)
@@ -2444,6 +2444,17 @@ foo:     .long   25
        tls_first_minor=13
        tls_as_opt=--fatal-warnings
        ;;
+  cris-*-*|crisv32-*-*)
+    conftest_s='
+       .section ".tdata","awT",@progbits
+x:      .long   25
+        .text
+       move.d x:IE,$r10
+       nop'
+       tls_first_major=2
+       tls_first_minor=20
+       tls_as_opt=--fatal-warnings
+       ;;
   frv*-*-*)
     conftest_s='
        .section ".tdata","awT",@progbits
@@ -3213,7 +3224,7 @@ esac
 case "$target" in
   i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
   | x86_64*-*-* | hppa*-*-* | arm*-*-* \
-  | xstormy16*-*-* | cris-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \
+  | xstormy16*-*-* | cris-*-* | crisv32-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \
   | spu-*-* | fido*-*-* | m32c-*-*)
     insn="nop"
     ;;