Commit ad9646c7 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

configure.ac: Add pattern crisv32-*-* for "nop".

	* 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
parent 760ab26f
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> 2009-03-24 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/39529 PR tree-optimization/39529
......
...@@ -21976,6 +21976,17 @@ foo: .long 25 ...@@ -21976,6 +21976,17 @@ foo: .long 25
tls_first_minor=13 tls_first_minor=13
tls_as_opt=--fatal-warnings 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*-*-*) frv*-*-*)
conftest_s=' conftest_s='
.section ".tdata","awT",@progbits .section ".tdata","awT",@progbits
...@@ -23660,7 +23671,7 @@ esac ...@@ -23660,7 +23671,7 @@ esac
case "$target" in case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \ i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
| x86_64*-*-* | hppa*-*-* | arm*-*-* \ | x86_64*-*-* | hppa*-*-* | arm*-*-* \
| xstormy16*-*-* | cris-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \ | xstormy16*-*-* | cris-*-* | crisv32-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \
| spu-*-* | fido*-*-* | m32c-*-*) | spu-*-* | fido*-*-* | m32c-*-*)
insn="nop" insn="nop"
;; ;;
......
...@@ -2444,6 +2444,17 @@ foo: .long 25 ...@@ -2444,6 +2444,17 @@ foo: .long 25
tls_first_minor=13 tls_first_minor=13
tls_as_opt=--fatal-warnings 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*-*-*) frv*-*-*)
conftest_s=' conftest_s='
.section ".tdata","awT",@progbits .section ".tdata","awT",@progbits
...@@ -3213,7 +3224,7 @@ esac ...@@ -3213,7 +3224,7 @@ esac
case "$target" in case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \ i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
| x86_64*-*-* | hppa*-*-* | arm*-*-* \ | x86_64*-*-* | hppa*-*-* | arm*-*-* \
| xstormy16*-*-* | cris-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \ | xstormy16*-*-* | cris-*-* | crisv32-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \
| spu-*-* | fido*-*-* | m32c-*-*) | spu-*-* | fido*-*-* | m32c-*-*)
insn="nop" insn="nop"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment