Commit 9ff13962 by Kaz Kojima

configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.

	* configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
	* configure: Regenerate.

From-SVN: r72294
parent 295aacfc
2003-10-09 Kaz Kojima <kkojima@gcc.gnu.org>
* configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
* configure: Regenerate.
2003-10-09 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (define_asm_attributes): Specify
......
......@@ -6674,6 +6674,19 @@ foo: .long 25
tls_first_minor=14
tls_as_opt="-m64 -Aesame"
;;
sh-*-* | sh[34]-*-*)
conftest_s='
.section ".tdata","awT",@progbits
foo: .long 25
.text
.long foo@TLSGD
.long foo@TLSLDM
.long foo@DTPOFF
.long foo@GOTTPOFF
.long foo@TPOFF'
tls_first_major=2
tls_first_minor=13
;;
sparc*-*-*)
conftest_s='
.section ".tdata","awT",@progbits
......
......@@ -2159,6 +2159,19 @@ foo: .long 25
tls_first_minor=14
tls_as_opt="-m64 -Aesame"
;;
sh-*-* | sh[34]-*-*)
conftest_s='
.section ".tdata","awT",@progbits
foo: .long 25
.text
.long foo@TLSGD
.long foo@TLSLDM
.long foo@DTPOFF
.long foo@GOTTPOFF
.long foo@TPOFF'
tls_first_major=2
tls_first_minor=13
;;
sparc*-*-*)
conftest_s='
.section ".tdata","awT",@progbits
......
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