mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 22:51:06 +08:00
configure.ac (HAVE_AS_TLS): Add check for powerpc-ibm-aix.
* configure.ac (HAVE_AS_TLS): Add check for powerpc-ibm-aix. * configure: Regenerate. From-SVN: r195088
This commit is contained in:
parent
7900ea7d99
commit
7a8b1ec4fc
@ -1,3 +1,8 @@
|
||||
2013-01-10 David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
* configure.ac (HAVE_AS_TLS): Add check for powerpc-ibm-aix.
|
||||
* configure: Regenerate.
|
||||
|
||||
2013-01-10 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* builtins.c (expand_builtin_init_trampoline): Use
|
||||
|
18
gcc/configure
vendored
18
gcc/configure
vendored
@ -23245,6 +23245,24 @@ foo: .long 25
|
||||
tls_first_minor=20
|
||||
tls_as_opt='--fatal-warnings'
|
||||
;;
|
||||
powerpc-ibm-aix*)
|
||||
conftest_s='
|
||||
.extern __get_tpointer
|
||||
.toc
|
||||
LC..1:
|
||||
.tc a[TC],a[TL]@le
|
||||
.csect .text[PR]
|
||||
.tlstest:
|
||||
lwz 9,LC..1(2)
|
||||
bla __get_tpointer
|
||||
lwzx 3,9,3
|
||||
.globl a
|
||||
.csect a[TL],4
|
||||
a:
|
||||
.space 4'
|
||||
tls_first_major=0
|
||||
tls_first_minor=0
|
||||
;;
|
||||
powerpc-*-*)
|
||||
conftest_s='
|
||||
.section ".tdata","awT",@progbits
|
||||
|
@ -3010,6 +3010,24 @@ foo: .long 25
|
||||
tls_first_minor=20
|
||||
tls_as_opt='--fatal-warnings'
|
||||
;;
|
||||
powerpc-ibm-aix*)
|
||||
conftest_s='
|
||||
.extern __get_tpointer
|
||||
.toc
|
||||
LC..1:
|
||||
.tc a[TC],a[TL]@le
|
||||
.csect .text[PR]
|
||||
.tlstest:
|
||||
lwz 9,LC..1(2)
|
||||
bla __get_tpointer
|
||||
lwzx 3,9,3
|
||||
.globl a
|
||||
.csect a[TL],4
|
||||
a:
|
||||
.space 4'
|
||||
tls_first_major=0
|
||||
tls_first_minor=0
|
||||
;;
|
||||
powerpc-*-*)
|
||||
conftest_s='
|
||||
.section ".tdata","awT",@progbits
|
||||
|
Loading…
x
Reference in New Issue
Block a user