OSDN Git Service

build: Get rids of PIC macro using compiler flag __PIC__ instead
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Wed, 16 Dec 2009 07:48:08 +0000 (08:48 +0100)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Wed, 16 Dec 2009 07:48:08 +0000 (08:48 +0100)
Based on Peter Mazinger's comments on a recent commit, I decided
to get rids of all occurrences of PIC changing them to __PIC__

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
31 files changed:
libc/string/x86_64/memcpy.S
libc/string/x86_64/memset.S
libc/sysdeps/linux/xtensa/sysdep.h
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h
libpthread/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h
libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h
libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
libpthread/nptl/sysdeps/i386/sysdep.h
libpthread/nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h
libpthread/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/sysdep.h
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S
libpthread/nptl/sysdeps/unix/sysv/linux/sh/sysdep.h
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sysdep.h
libpthread/nptl/sysdeps/x86_64/sysdep.h
test/tls/tls-macros.h

index 697b992..0112914 100644 (file)
@@ -26,7 +26,7 @@
 #define MEMPCPY_P (defined memcpy)
 
         .text
-#if defined PIC && !defined NOT_IN_libc
+#if defined __PIC__ && !defined NOT_IN_libc
 ENTRY (__memcpy_chk)
        cmpq    %rdx, %rcx
        jb      HIDDEN_JUMPTARGET (__chk_fail)
index 4675100..562574a 100644 (file)
@@ -29,7 +29,7 @@
 #define LARGE $120000
 
         .text
-#if !BZERO_P && defined PIC && !defined NOT_IN_libc
+#if !BZERO_P && defined __PIC__ && !defined NOT_IN_libc
 ENTRY (__memset_chk)
        cmpq    %rdx, %rcx
        jb      HIDDEN_JUMPTARGET (__chk_fail)
@@ -142,6 +142,6 @@ END (memset)
 libc_hidden_def(memset)
 #endif
 
-#if !BZERO_P && defined PIC && !defined NOT_IN_libc
+#if !BZERO_P && defined __PIC__ && !defined NOT_IN_libc
 strong_alias (__memset_chk, __memset_zero_constant_len_parameter)
 #endif
index 5708a81..bd16b81 100644 (file)
@@ -45,7 +45,7 @@
 #define LITERAL_POSITION .literal_position
 
 #undef JUMPTARGET
-#ifdef PIC
+#ifdef __PIC__
 /* The "@PLT" suffix is currently a no-op for non-shared linking, but
    it doesn't hurt to use it conditionally for PIC code in case that
    changes someday.  */
index 9ea779e..de3609e 100644 (file)
@@ -118,7 +118,7 @@ __LABEL($syscall_error)                                             \
 #  define __local_multiple_threads     __libc_multiple_threads
 # endif
 
-# ifdef PIC
+# ifdef __PIC__
 #  define CENABLE      bsr ra, __local_enable_asynccancel !samegp
 #  define CDISABLE     bsr ra, __local_disable_asynccancel !samegp
 # else
index 75fcf54..3937808 100644 (file)
@@ -27,7 +27,7 @@
 
 /* We push lr onto the stack, so we have to use ldmib instead of ldmia
    to find the saved arguments.  */
-# ifdef PIC
+# ifdef __PIC__
 #  undef DOARGS_5
 #  undef DOARGS_6
 #  undef DOARGS_7
 extern int __local_multiple_threads attribute_hidden;
 #  define SINGLE_THREAD_P __builtin_expect (__local_multiple_threads == 0, 1)
 # else
-#  if !defined PIC
+#  if !defined __PIC__
 #   define SINGLE_THREAD_P                                             \
   ldr ip, =__local_multiple_threads;                                   \
   ldr ip, [ip];                                                                \
index 134977e..7b210ff 100644 (file)
 # define POPARGS_6     POPARGS_5 ldw -54(%sr0,%sp), %r21       ASM_LINE_SEP
 
 # ifdef IS_IN_libpthread
-#  ifdef PIC
+#  ifdef __PIC__
 #   define CENABLE .import __pthread_enable_asynccancel,code ASM_LINE_SEP \
                        bl __pthread_enable_asynccancel,%r2 ASM_LINE_SEP
 #   define CDISABLE .import __pthread_disable_asynccancel,code ASM_LINE_SEP \
                        bl __pthread_disable_asynccancel,%r2 ASM_LINE_SEP
 #  endif
 # elif !defined NOT_IN_libc
-#  ifdef PIC
+#  ifdef __PIC__
 #   define CENABLE .import __libc_enable_asynccancel,code ASM_LINE_SEP \
                        bl __libc_enable_asynccancel,%r2 ASM_LINE_SEP
 #   define CDISABLE    .import __libc_disable_asynccancel,code ASM_LINE_SEP \
                        bl __libc_disable_asynccancel,%r2 ASM_LINE_SEP
 #  endif
 # else
-#  ifdef PIC
+#  ifdef __PIC__
 #   define CENABLE .import __librt_enable_asynccancel,code ASM_LINE_SEP \
                        bl __librt_enable_asynccancel,%r2 ASM_LINE_SEP
 #   define CDISABLE .import __librt_disable_asynccancel,code ASM_LINE_SEP \
        nop                                                     ASM_LINE_SEP    \
        ldw MULTIPLE_THREADS_OFFSET(%sr0,%ret0),%ret0           ASM_LINE_SEP    \
  Lstp:                                                         ASM_LINE_SEP
-#  ifdef PIC
+#  ifdef __PIC__
 /* Slower version uses GOT to get value of __local_multiple_threads */
 #   define SINGLE_THREAD_P                                                     \
        addil LT%__local_multiple_threads, %r19                 ASM_LINE_SEP    \
index a5dbeff..0bb16e4 100644 (file)
 #  define CENABLE      call __pthread_enable_asynccancel;
 #  define CDISABLE     call __pthread_disable_asynccancel
 # elif defined IS_IN_librt
-#  ifdef PIC
+#  ifdef __PIC__
 #   define CENABLE     pushl %ebx; \
                        call __i686.get_pc_thunk.bx; \
                        addl     $_GLOBAL_OFFSET_TABLE_, %ebx; \
 #endif
 
 # ifndef __ASSEMBLER__
-#  if defined FLOATING_STACKS && USE___THREAD && defined PIC
+#  if defined FLOATING_STACKS && USE___THREAD && defined __PIC__
 #   define SINGLE_THREAD_P \
   __builtin_expect (THREAD_GETMEM (THREAD_SELF,                                      \
                                   p_header.data.multiple_threads) == 0, 1)
@@ -153,7 +153,7 @@ extern int __local_multiple_threads
 #   define SINGLE_THREAD_P __builtin_expect (__local_multiple_threads == 0, 1)
 #  endif
 # else
-#  if !defined PIC
+#  if !defined __PIC__
 #   define SINGLE_THREAD_P cmpl $0, __local_multiple_threads
 #  elif defined FLOATING_STACKS && USE___THREAD
 #   define SINGLE_THREAD_P cmpl $0, %gs:MULTIPLE_THREADS_OFFSET
index bb798e4..9cd5675 100644 (file)
@@ -77,7 +77,7 @@
 # define UNDOCARGS_5   UNDOCARGS_4; move.l (%sp)+, %d5;
 
 # ifdef IS_IN_libpthread
-#  ifdef PIC
+#  ifdef __PIC__
 #   define CENABLE     jbsr __pthread_enable_asynccancel@PLTPC
 #   define CDISABLE    jbsr __pthread_disable_asynccancel@PLTPC
 #  else
@@ -85,7 +85,7 @@
 #   define CDISABLE    jbsr __pthread_disable_asynccancel
 #  endif
 # elif !defined NOT_IN_libc
-#  ifdef PIC
+#  ifdef __PIC__
 #   define CENABLE     jbsr __libc_enable_asynccancel@PLTPC
 #   define CDISABLE    jbsr __libc_disable_asynccancel@PLTPC
 #  else
@@ -93,7 +93,7 @@
 #   define CDISABLE    jbsr __libc_disable_asynccancel
 #  endif
 # else
-#  ifdef PIC
+#  ifdef __PIC__
 #   define CENABLE     jbsr __librt_enable_asynccancel@PLTPC
 #   define CDISABLE    jbsr __librt_disable_asynccancel@PLTPC
 #  else
 extern int __local_multiple_threads attribute_hidden;
 #  define SINGLE_THREAD_P __builtin_expect (__local_multiple_threads == 0, 1)
 # else
-#  if !defined PIC
+#  if !defined __PIC__
 #   define SINGLE_THREAD_P tst.l __local_multiple_threads
 #  else
 #   define SINGLE_THREAD_P tst.l (__local_multiple_threads, %pc)
index 9f304ab..8a43ea0 100644 (file)
@@ -56,7 +56,7 @@ ENTRY (__vfork)
        movel   %a0,%sp@-
 
 # ifdef __ASSUME_VFORK_SYSCALL
-#  ifndef PIC
+#  ifndef __PIC__
        jbra    SYSCALL_ERROR_LABEL
 #  endif
 # else
index 865da8e..9925a2f 100644 (file)
@@ -89,7 +89,7 @@
 # else
 #  define CENABLE      bl JUMPTARGET(__librt_enable_asynccancel)
 #  define CDISABLE     bl JUMPTARGET(__librt_disable_asynccancel)
-#  if defined HAVE_AS_REL16 && defined PIC
+#  if defined HAVE_AS_REL16 && defined __PIC__
 #   undef CGOTSETUP
 #   define CGOTSETUP                                                   \
     bcl 20,31,1f;                                                      \
 extern int __local_multiple_threads attribute_hidden;
 #   define SINGLE_THREAD_P __builtin_expect (__local_multiple_threads == 0, 1)
 #  else
-#   if !defined PIC
+#   if !defined __PIC__
 #    define SINGLE_THREAD_P                                            \
   lis 10,__local_multiple_threads@ha;                                  \
   lwz 10,__local_multiple_threads@l(10);                               \
index 03c6fed..48b2caa 100644 (file)
 #  define __local_multiple_threads     __librt_multiple_threads
 # endif
 
-# if defined IS_IN_librt && defined PIC
+# if defined IS_IN_librt && defined __PIC__
 #  define CENABLE \
        mov.l r12,@-r15; \
        mov.l 1f,r12; \
 # endif
 
 # ifndef __ASSEMBLER__
-#  if defined FLOATING_STACKS && USE___THREAD && defined PIC
+#  if defined FLOATING_STACKS && USE___THREAD && defined __PIC__
 #   define SINGLE_THREAD_P \
   __builtin_expect (THREAD_GETMEM (THREAD_SELF, p_multiple_threads) == 0, 1)
 #  else
@@ -163,7 +163,7 @@ extern int __local_multiple_threads attribute_hidden;
 #   define SINGLE_THREAD_P __builtin_expect (__local_multiple_threads == 0, 1)
 #  endif
 # else
-#  if !defined PIC
+#  if !defined __PIC__
 #   define SINGLE_THREAD_P \
        mov.l 1f,r0; \
        mov.l @r0,r0; \
index c52df2d..e49d657 100644 (file)
@@ -112,7 +112,7 @@ lose: SYSCALL_PIC_SETUP                                                           \
   END (name)
 
 #undef JUMPTARGET
-#ifdef PIC
+#ifdef __PIC__
 #define JUMPTARGET(name)       name##@PLT
 #define SYSCALL_PIC_SETUP \
     pushl %ebx;                                                                      \
index f3f7718..4922407 100644 (file)
@@ -129,7 +129,7 @@ __LABEL($syscall_error)                                             \
 #  error Unsupported library
 # endif
 
-# ifdef PIC
+# ifdef __PIC__
 #  define CENABLE      bsr ra, __local_enable_asynccancel !samegp
 #  define CDISABLE     bsr ra, __local_disable_asynccancel !samegp
 # else
index de057c8..a0dc39c 100644 (file)
@@ -56,7 +56,7 @@ __new_sem_post:
        ret
 
 1:
-#ifdef PIC
+#ifdef __PIC__
        call    __x86.get_pc_thunk.bx
 #else
        movl    $4f, %ebx
@@ -84,7 +84,7 @@ __new_sem_post:
 weak_alias(__new_sem_post, sem_post)
 
 
-#ifdef PIC
+#ifdef __PIC__
        .section .gnu.linkonce.t.__x86.get_pc_thunk.bx,"ax",@progbits
        .globl  __x86.get_pc_thunk.bx
        .hidden __x86.get_pc_thunk.bx
index 278b42a..972b49f 100644 (file)
@@ -148,7 +148,7 @@ sem_timedwait:
        cfi_offset(3, -16)              /* %ebx */
 3:     negl    %esi
 6:
-#ifdef PIC
+#ifdef __PIC__
        call    __x86.get_pc_thunk.bx
 #else
        movl    $4f, %ebx
index 16c41b7..7db6482 100644 (file)
@@ -47,7 +47,7 @@ __new_sem_trywait:
        ret
 
 1:
-#ifdef PIC
+#ifdef __PIC__
        call    __x86.get_pc_thunk.cx
 #else
        movl    $3f, %ecx
@@ -73,7 +73,7 @@ __new_sem_trywait:
 weak_alias(__new_sem_trywait, sem_trywait)
 
 
-#ifdef PIC
+#ifdef __PIC__
        .section .gnu.linkonce.t.__x86.get_pc_thunk.cx,"ax",@progbits
        .globl  __x86.get_pc_thunk.cx
        .hidden __x86.get_pc_thunk.cx
index 0536306..c3e6cbc 100644 (file)
@@ -94,7 +94,7 @@ __new_sem_wait:
        cmpl    $-EWOULDBLOCK, %esi
        je      3b
        negl    %esi
-#ifdef PIC
+#ifdef __PIC__
        call    __x86.get_pc_thunk.bx
 #else
        movl    $4f, %ebx
index 1033ebc..97f3b09 100644 (file)
@@ -52,7 +52,7 @@ typedef int lll_lock_t;
 #define LLL_MUTEX_LOCK_INITIALIZER_WAITERS     (2)
 
 
-#ifdef PIC
+#ifdef __PIC__
 # define LLL_EBX_LOAD  "xchgl %2, %%ebx\n"
 # define LLL_EBX_REG   "D"
 #else
index afdb1c5..5ab2c58 100644 (file)
@@ -56,7 +56,7 @@ __pthread_once:
        /* Not yet initialized or initialization in progress.
           Get the fork generation counter now.  */
 6:     movl    (%ebx), %eax
-#ifdef PIC
+#ifdef __PIC__
        call    __x86.get_pc_thunk.cx
        addl    $_GLOBAL_OFFSET_TABLE_, %ecx
 #endif
@@ -67,7 +67,7 @@ __pthread_once:
        jnz     4f
 
        andl    $3, %edx
-#ifdef PIC
+#ifdef __PIC__
        orl     __fork_generation@GOTOFF(%ecx), %edx
 #else
        orl     __fork_generation, %edx
@@ -169,7 +169,7 @@ __pthread_once_internal = __pthread_once
 pthread_once = __pthread_once
 
 
-#ifdef PIC
+#ifdef __PIC__
        .section .gnu.linkonce.t.__x86.get_pc_thunk.cx,"ax",@progbits
        .globl  __x86.get_pc_thunk.cx
        .hidden __x86.get_pc_thunk.cx
index f9343cc..674d5c6 100644 (file)
@@ -57,7 +57,7 @@
 
 /* We don't want the label for the error handle to be global when we define
    it here.  */
-#ifdef PIC
+#ifdef __PIC__
 # define SYSCALL_ERROR_LABEL 0f
 #else
 # define SYSCALL_ERROR_LABEL syscall_error
 
 #define ret_ERRVAL ret
 
-#ifndef PIC
+#ifndef __PIC__
 # define SYSCALL_ERROR_HANDLER /* Nothing here; code in sysdep.S is used.  */
 #else
 
   orl $-1, %eax;                                                             \
   jmp L(pseudo_end);
 # endif        /* _LIBC_REENTRANT */
-#endif /* PIC */
+#endif /* __PIC__ */
 
 
 /* The original calling convention for system calls on Linux/i386 is
index 84acf38..0e62256 100644 (file)
@@ -98,7 +98,7 @@
 # elif defined IS_IN_librt
 #  define CENABLE      bl JUMPTARGET(__librt_enable_asynccancel)
 #  define CDISABLE     bl JUMPTARGET(__librt_disable_asynccancel)
-#  if defined HAVE_AS_REL16 && defined PIC
+#  if defined HAVE_AS_REL16 && defined __PIC__
 #   undef CGOTSETUP
 #   define CGOTSETUP                                                   \
     bcl 20,31,1f;                                                      \
index 75ce425..5812488 100644 (file)
@@ -55,7 +55,7 @@ __pthread_cond_timedwait:
        mov     r4, r8
        mov     r5, r9
        mov     r6, r13
-#ifdef PIC
+#ifdef __PIC__
        mova    .Lgot0, r0
        mov.l   .Lgot0, r12
        add     r0, r12
@@ -79,7 +79,7 @@ __pthread_cond_timedwait:
        bt      2f
        bra     1f
         nop
-#ifdef PIC
+#ifdef __PIC__
        .align  2
 .Lgot0:
        .long   _GLOBAL_OFFSET_TABLE_
@@ -610,7 +610,7 @@ __condvar_tw_cleanup:
 
 .LcallUR:
        mov.l   .Lresume, r1
-#ifdef PIC
+#ifdef __PIC__
        add     r12, r1
 #endif
        jsr     @r1
@@ -625,7 +625,7 @@ __condvar_tw_cleanup:
 .Lmlocki5:
        .long   __pthread_mutex_cond_lock-.Lmlocki5b
 .Lresume:
-#ifdef PIC
+#ifdef __PIC__
        .long   _Unwind_Resume@GOTOFF
 #else
        .long   _Unwind_Resume
index 50d98d3..c7df9bf 100644 (file)
@@ -48,7 +48,7 @@ __pthread_cond_wait:
 .Lalloc:
        mov     r4, r8
        mov     r5, r9
-#ifdef PIC
+#ifdef __PIC__
        mova    .Lgot0, r0
        mov.l   .Lgot0, r12
        add     r0, r12
@@ -65,7 +65,7 @@ __pthread_cond_wait:
        bt      2f
        bra     1f
         nop
-#ifdef PIC
+#ifdef __PIC__
        .align  2
 .Lgot0:
        .long   _GLOBAL_OFFSET_TABLE_
@@ -473,7 +473,7 @@ __condvar_w_cleanup:
 
 .LcallUR:
        mov.l   .Lresume, r1
-#ifdef PIC
+#ifdef __PIC__
        add     r12, r1
 #endif
        jsr     @r1
@@ -488,7 +488,7 @@ __condvar_w_cleanup:
 .Lmlocki3:
        .long   __pthread_mutex_cond_lock-.Lmlocki3b
 .Lresume:
-#ifdef PIC
+#ifdef __PIC__
        .long   _Unwind_Resume@GOTOFF
 #else
        .long   _Unwind_Resume
index 2e8e6a1..de83dec 100644 (file)
@@ -69,7 +69,7 @@ __pthread_once:
 
        and     #3, r0
        mov.l   .Lfgen, r2
-#ifdef PIC
+#ifdef __PIC__
        add     r12, r2
 #endif
        mov.l   @r2, r3
@@ -107,7 +107,7 @@ __pthread_once:
        .align  2
 .Lgot:
        .long   _GLOBAL_OFFSET_TABLE_
-#ifdef PIC
+#ifdef __PIC__
 .Lfgen:
        .long   __fork_generation@GOTOFF
 #else
index 546a212..7e9223b 100644 (file)
@@ -89,7 +89,7 @@
 
 #define ret_ERRVAL ret
 
-#ifndef PIC
+#ifndef __PIC__
 # define SYSCALL_ERROR_HANDLER \
        mov.l 0f,r1; \
        jmp @r1; \
      0: .long _GLOBAL_OFFSET_TABLE_; \
      1: .long errno@GOT
 # endif        /* _LIBC_REENTRANT */
-#endif /* PIC */
+#endif /* __PIC__ */
 
 # ifdef NEED_SYSCALL_INST_PAD
 #  define SYSCALL_INST_PAD \
index 02db0a4..4b43463 100644 (file)
@@ -117,7 +117,7 @@ __lll_robust_lock_wait:
 __lll_robust_timedlock_wait:
        cfi_startproc
 # ifndef __ASSUME_FUTEX_CLOCK_REALTIME
-#  ifdef PIC
+#  ifdef __PIC__
        cmpl    $0, __have_futex_clock_realtime(%rip)
 #  else
        cmpl    $0, __have_futex_clock_realtime
index f4fb61f..04b3bf0 100644 (file)
@@ -112,7 +112,7 @@ __pthread_cond_timedwait:
        addl    $(1 << clock_bits), cond_nwaiters(%rdi)
 
        /* Install cancellation handler.  */
-#ifdef PIC
+#ifdef __PIC__
        leaq    __condvar_cleanup(%rip), %rsi
 #else
        leaq    __condvar_cleanup, %rsi
index 7c1c0e2..687f3d0 100644 (file)
@@ -179,7 +179,7 @@ __pthread_cond_wait:
        addl    $(1 << clock_bits), cond_nwaiters(%rdi)
 
        /* Install cancellation handler.  */
-#ifdef PIC
+#ifdef __PIC__
        leaq    __condvar_cleanup(%rip), %rsi
 #else
        leaq    __condvar_cleanup, %rsi
index b13a14f..fe92a8a 100644 (file)
@@ -66,7 +66,7 @@
 
 /* We don't want the label for the error handle to be global when we define
    it here.  */
-# ifdef PIC
+# ifdef __PIC__
 #  define SYSCALL_ERROR_LABEL 0f
 # else
 #  define SYSCALL_ERROR_LABEL syscall_error
 
 # define ret_ERRVAL ret
 
-# ifndef PIC
+# ifndef __PIC__
 #  define SYSCALL_ERROR_HANDLER        /* Nothing here; code in sysdep.S is used.  */
 # elif defined(RTLD_PRIVATE_ERRNO)
 #  define SYSCALL_ERROR_HANDLER                        \
   movl %edx, (%rcx);                           \
   orq $-1, %rax;                               \
   jmp L(pseudo_end);
-# endif        /* PIC */
+# endif        /* __PIC__ */
 
 /* The Linux/x86-64 kernel expects the system call parameters in
    registers according to the following table:
index 122270f..ac74b7c 100644 (file)
@@ -95,7 +95,7 @@ lose:                                                                       \
   END (name)
 
 #undef JUMPTARGET
-#ifdef PIC
+#ifdef __PIC__
 #define JUMPTARGET(name)       name##@PLT
 #else
 #define JUMPTARGET(name)       name
index cd31100..0eaca65 100644 (file)
@@ -37,7 +37,7 @@
          : "=r" (__l));                                                      \
      __l; })
 
-# ifdef PIC
+# ifdef __PIC__
 #  define TLS_IE(x) \
   ({ int *__l;                                                               \
      __asm__ ("movl %%gs:0,%0\n\t"                                                   \
@@ -59,7 +59,7 @@
      __l; })
 # endif
 
-# ifdef PIC
+# ifdef __PIC__
 #  define TLS_LD(x) \
   ({ int *__l, __c, __d;                                                     \
      __asm__ ("leal " #x "@tlsldm(%%ebx),%%eax\n\t"                                  \
@@ -83,7 +83,7 @@
      __l; })
 # endif
 
-# ifdef PIC
+# ifdef __PIC__
 #  define TLS_GD(x) \
   ({ int *__l, __c, __d;                                                     \
      __asm__ ("leal " #x "@tlsgd(%%ebx),%%eax\n\t"                                   \
          : "=r" (__l), "=r" (__tp));                                         \
      __l; })
 
-# ifdef PIC
+# ifdef __PIC__
 #  define TLS_IE(x) \
   ({ int *__l; void *__tp;                                                   \
      register void *__gp __asm__("r12");                                     \
      __l; })
 #endif
 
-# ifdef PIC
+# ifdef __PIC__
 #  define TLS_LD(x) \
   ({ int *__l;                                                               \
      register void *__gp __asm__("r12");                                     \
      __l; })
 #endif
 
-# ifdef PIC
+# ifdef __PIC__
 #  define TLS_GD(x) \
   ({ int *__l;                                                               \
      register void *__gp __asm__("r12");                                     \
@@ -529,7 +529,7 @@ register void *__gp __asm__("$29");
          : "=a" (__offset) : : "cc" );                                       \
      (int *) (__builtin_thread_pointer() + __offset); })
 
-# ifdef PIC
+# ifdef __PIC__
 #  define TLS_IE(x) \
   ({ unsigned long __offset;                                                 \
      __asm__ ("bras %0,1f\n"                                                 \
@@ -549,7 +549,7 @@ register void *__gp __asm__("$29");
      (int *) (__builtin_thread_pointer() + __offset); })
 # endif
 
-# ifdef PIC
+# ifdef __PIC__
 #  define TLS_LD(x) \
   ({ unsigned long __offset, __save12;                                       \
      __asm__ ("bras %0,1f\n"                                                 \
@@ -581,7 +581,7 @@ register void *__gp __asm__("$29");
      (int *) (__builtin_thread_pointer() + __offset); })
 # endif
 
-# ifdef PIC
+# ifdef __PIC__
 #  define TLS_GD(x) \
   ({ unsigned long __offset, __save12;                                       \
      __asm__ ("bras %0,1f\n"                                                 \
@@ -619,7 +619,7 @@ register void *__gp __asm__("$29");
          : "=a" (__offset) : : "cc" );                                       \
      (int *) (__builtin_thread_pointer() + __offset); })
 
-# ifdef PIC
+# ifdef __PIC__
 #  define TLS_IE(x) \
   ({ unsigned long __offset;                                                 \
      __asm__ ("bras %0,1f\n"                                                 \
@@ -639,7 +639,7 @@ register void *__gp __asm__("$29");
      (int *) (__builtin_thread_pointer() + __offset); })
 # endif
 
-# ifdef PIC
+# ifdef __PIC__
 #  define TLS_LD(x) \
   ({ unsigned long __offset, __save12;                                       \
      __asm__ ("bras %0,1f\n"                                                 \
@@ -677,7 +677,7 @@ register void *__gp __asm__("$29");
      (int *) (__builtin_thread_pointer() + __offset); })
 # endif
 
-# ifdef PIC
+# ifdef __PIC__
 #  define TLS_GD(x) \
   ({ unsigned long __offset, __save12;                                       \
      __asm__ ("bras %0,1f\n"                                                 \