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
This commit is contained in:
Kaz Kojima 2003-10-10 06:03:08 +00:00
parent 295aacfc4f
commit 9ff1396231
3 changed files with 31 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

13
gcc/configure vendored
View File

@ -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

View File

@ -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