* configure.ac (HAVE_AS_TLS): Add check for powerpc-ibm-aix.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jan 2013 16:00:44 +0000 (16:00 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jan 2013 16:00:44 +0000 (16:00 +0000)
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195088 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index fc79821..dc65d88 100644 (file)
@@ -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
index ecdbea4..f9cc8f4 100755 (executable)
@@ -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
index 447a0ca..7cbc705 100644 (file)
@@ -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