OSDN Git Service

Revert "nptl: mark symbols with libc forwarder hidden"
authorTimo Teras <timo.teras@iki.fi>
Fri, 16 Apr 2010 12:34:26 +0000 (15:34 +0300)
committerAustin Foxley <austinf@cetoncorp.com>
Fri, 16 Apr 2010 17:11:16 +0000 (10:11 -0700)
This reverts most of commit 1610762362e651f86ca284ac59a1d7ec88034e4e.

Marking the symbols hidden is wrong, because libc accesses
the pthreads internal symbols for internal locking.

Signed-off-by: Timo Teras <timo.teras@iki.fi>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
70 files changed:
libpthread/nptl/cleanup_defer_compat.c
libpthread/nptl/pt-cleanup.c
libpthread/nptl/pthread_attr_destroy.c
libpthread/nptl/pthread_attr_getdetachstate.c
libpthread/nptl/pthread_attr_getinheritsched.c
libpthread/nptl/pthread_attr_getschedparam.c
libpthread/nptl/pthread_attr_getschedpolicy.c
libpthread/nptl/pthread_attr_getscope.c
libpthread/nptl/pthread_attr_init.c
libpthread/nptl/pthread_attr_setdetachstate.c
libpthread/nptl/pthread_attr_setinheritsched.c
libpthread/nptl/pthread_attr_setschedparam.c
libpthread/nptl/pthread_attr_setschedpolicy.c
libpthread/nptl/pthread_attr_setscope.c
libpthread/nptl/pthread_cond_destroy.c
libpthread/nptl/pthread_cond_init.c
libpthread/nptl/pthread_condattr_destroy.c
libpthread/nptl/pthread_condattr_init.c
libpthread/nptl/pthread_create.c
libpthread/nptl/pthread_equal.c
libpthread/nptl/pthread_exit.c
libpthread/nptl/pthread_getschedparam.c
libpthread/nptl/pthread_getspecific.c
libpthread/nptl/pthread_key_create.c
libpthread/nptl/pthread_mutex_destroy.c
libpthread/nptl/pthread_mutex_init.c
libpthread/nptl/pthread_mutex_lock.c
libpthread/nptl/pthread_mutex_unlock.c
libpthread/nptl/pthread_self.c
libpthread/nptl/pthread_setcancelstate.c
libpthread/nptl/pthread_setcanceltype.c
libpthread/nptl/pthread_setschedparam.c
libpthread/nptl/pthread_setspecific.c
libpthread/nptl/sysdeps/pthread/pthread_cond_broadcast.c
libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c
libpthread/nptl/sysdeps/pthread/pthread_cond_timedwait.c
libpthread/nptl/sysdeps/pthread/pthread_cond_wait.c
libpthread/nptl/sysdeps/pthread/pthread_rwlock_rdlock.c
libpthread/nptl/sysdeps/pthread/pthread_rwlock_unlock.c
libpthread/nptl/sysdeps/pthread/pthread_rwlock_wrlock.c
libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c
libpthread/nptl/sysdeps/unix/sysv/linux/arm/pthread_once.c
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S
libpthread/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S
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/pthread_rwlock_rdlock.S
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S
libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.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/pthread_once.S
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S
libpthread/nptl/unwind.c

index cc68893..8fd9b54 100644 (file)
@@ -21,7 +21,6 @@
 
 
 void
-attribute_hidden
 _pthread_cleanup_push_defer (
      struct _pthread_cleanup_buffer *buffer,
      void (*routine) (void *),
@@ -61,7 +60,6 @@ strong_alias (_pthread_cleanup_push_defer, __pthread_cleanup_push_defer)
 
 
 void
-attribute_hidden
 _pthread_cleanup_pop_restore (
      struct _pthread_cleanup_buffer *buffer,
      int execute)
index 619eb8b..f72ea26 100644 (file)
@@ -23,7 +23,6 @@
 #include <jmpbuf-unwind.h>
 
 void
-attribute_hidden
 __pthread_cleanup_upto (__jmp_buf target, char *targetframe)
 {
   struct pthread *self = THREAD_SELF;
index 16b7164..b8e6a37 100644 (file)
@@ -24,7 +24,6 @@
 #include "pthreadP.h"
 
 int
-attribute_hidden
 __pthread_attr_destroy (
      pthread_attr_t *attr)
 {
index 14b91df..5f549ba 100644 (file)
@@ -22,7 +22,6 @@
 
 
 int
-attribute_hidden
 __pthread_attr_getdetachstate (
      const pthread_attr_t *attr,
      int *detachstate)
index 8ab8657..3ff3040 100644 (file)
@@ -22,7 +22,6 @@
 
 
 int
-attribute_hidden
 __pthread_attr_getinheritsched (
      const pthread_attr_t *attr,
      int *inherit)
index ee1d513..82b2371 100644 (file)
@@ -23,7 +23,6 @@
 
 
 int
-attribute_hidden
 __pthread_attr_getschedparam (
         const pthread_attr_t *attr,
         struct sched_param *param)
index 54666da..7b8f1de 100644 (file)
@@ -22,7 +22,6 @@
 
 
 int
-attribute_hidden
 __pthread_attr_getschedpolicy (
      const pthread_attr_t *attr,
      int *policy)
index ccbebfa..9b05ffa 100644 (file)
@@ -22,7 +22,6 @@
 
 
 int
-attribute_hidden
 __pthread_attr_getscope (
      const pthread_attr_t *attr,
      int *scope)
index d019514..65ce4e5 100644 (file)
@@ -29,7 +29,6 @@ int __attr_list_lock = LLL_LOCK_INITIALIZER;
 
 
 int
-attribute_hidden
 __pthread_attr_init_2_1 (
      pthread_attr_t *attr)
 {
index d72fd83..b6d9bb5 100644 (file)
@@ -23,7 +23,6 @@
 
 
 int
-attribute_hidden
 __pthread_attr_setdetachstate (pthread_attr_t *attr, int detachstate)
 {
   struct pthread_attr *iattr;
index d340df2..9d0234a 100644 (file)
@@ -23,7 +23,6 @@
 
 
 int
-attribute_hidden
 __pthread_attr_setinheritsched (
      pthread_attr_t *attr,
      int inherit)
index aa71400..741e641 100644 (file)
@@ -24,7 +24,6 @@
 
 
 int
-attribute_hidden
 __pthread_attr_setschedparam (
      pthread_attr_t *attr,
      const struct sched_param *param)
index 055890b..1d87b53 100644 (file)
@@ -23,7 +23,6 @@
 
 
 int
-attribute_hidden
 __pthread_attr_setschedpolicy (
      pthread_attr_t *attr,
      int policy)
index 8155bea..cc4e467 100644 (file)
@@ -23,7 +23,6 @@
 
 
 int
-attribute_hidden
 __pthread_attr_setscope (
      pthread_attr_t *attr,
      int scope)
index 6f13d97..b67b535 100644 (file)
@@ -22,7 +22,6 @@
 
 
 int
-attribute_hidden
 __pthread_cond_destroy (
      pthread_cond_t *cond)
 {
index e7a18e4..dec6444 100644 (file)
@@ -22,7 +22,6 @@
 
 
 int
-attribute_hidden
 __pthread_cond_init (
      pthread_cond_t *cond,
      const pthread_condattr_t *cond_attr)
index b0da060..bdb6441 100644 (file)
@@ -21,7 +21,6 @@
 
 
 int
-attribute_hidden
 __pthread_condattr_destroy (pthread_condattr_t *attr)
 {
   /* Nothing to be done.  */
index 05ab6a2..d22ca1e 100644 (file)
@@ -22,7 +22,6 @@
 
 
 int
-attribute_hidden
 __pthread_condattr_init (pthread_condattr_t *attr)
 {
   memset (attr, '\0', sizeof (*attr));
index 0825873..8b53cb1 100644 (file)
@@ -44,7 +44,7 @@ static td_thr_events_t __nptl_threads_events __attribute_used__;
 static struct pthread *__nptl_last_event __attribute_used__;
 
 /* Number of threads running.  */
-unsigned int attribute_hidden __nptl_nthreads = 1;
+unsigned int __nptl_nthreads = 1;
 
 
 /* Code to allocate and deallocate a stack.  */
index 4c9a24c..8587e0f 100644 (file)
@@ -21,7 +21,6 @@
 
 
 int
-attribute_hidden
 __pthread_equal (pthread_t thread1, pthread_t thread2)
 {
   return thread1 == thread2;
index de43cb8..a8c92fd 100644 (file)
@@ -22,7 +22,6 @@
 
 
 void
-attribute_hidden
 __pthread_exit (void* value)
 {
   THREAD_SETMEM (THREAD_SELF, result, value);
index 9c6ea27..bb5f0a9 100644 (file)
@@ -24,7 +24,6 @@
 
 
 int
-attribute_hidden
 __pthread_getschedparam (
      pthread_t threadid,
      int *policy,
index 183595c..62c48fe 100644 (file)
@@ -22,7 +22,6 @@
 
 
 void *
-attribute_hidden
 __pthread_getspecific (pthread_key_t key)
 {
   struct pthread_key_data *data;
index 21f60ad..3744c08 100644 (file)
@@ -23,7 +23,6 @@
 
 
 int
-attribute_hidden
 __pthread_key_create (
      pthread_key_t *key,
      void (*destr) (void *))
index 5207433..f487d61 100644 (file)
@@ -22,7 +22,6 @@
 
 
 int
-attribute_hidden
 __pthread_mutex_destroy (
      pthread_mutex_t *mutex)
 {
index fee82cc..dd6e6d6 100644 (file)
@@ -37,7 +37,6 @@ static int tpi_supported;
 
 
 int
-attribute_hidden
 __pthread_mutex_init (
      pthread_mutex_t *mutex,
      const pthread_mutexattr_t *mutexattr)
index d00e135..47e4d41 100644 (file)
@@ -42,7 +42,6 @@ static int __pthread_mutex_lock_full (pthread_mutex_t *mutex)
 
 
 int
-attribute_hidden
 __pthread_mutex_lock (
      pthread_mutex_t *mutex)
 {
index 15a5d1d..f164cde 100644 (file)
@@ -284,7 +284,6 @@ __pthread_mutex_unlock_full (pthread_mutex_t *mutex, int decr)
 
 
 int
-attribute_hidden
 __pthread_mutex_unlock (
      pthread_mutex_t *mutex)
 {
index 61cb2a7..f0e3b3f 100644 (file)
@@ -22,7 +22,6 @@
 
 
 pthread_t
-attribute_hidden
 __pthread_self (void)
 {
   return (pthread_t) THREAD_SELF;
index 0da9a74..e53b52d 100644 (file)
@@ -23,7 +23,6 @@
 
 
 int
-attribute_hidden
 __pthread_setcancelstate (
      int state,
      int *oldstate)
index 3cb7235..47c104b 100644 (file)
@@ -23,7 +23,6 @@
 
 
 int
-attribute_hidden
 __pthread_setcanceltype (
      int type,
      int *oldtype)
index dabcb7c..9b33b3e 100644 (file)
@@ -25,7 +25,6 @@
 
 
 int
-attribute_hidden
 __pthread_setschedparam (
      pthread_t threadid,
      int policy,
index 0f24d68..8e24be7 100644 (file)
@@ -23,7 +23,6 @@
 
 
 int
-attribute_hidden
 __pthread_setspecific (
      pthread_key_t key,
      const void *value)
index 88aa0db..4aaf5df 100644 (file)
@@ -39,7 +39,6 @@ struct _condvar_cleanup_buffer
 };
 
 int
-attribute_hidden
 __pthread_cond_timedwait (
      pthread_cond_t *cond,
      pthread_mutex_t *mutex,
index ad04f15..2fac02d 100644 (file)
@@ -89,7 +89,6 @@ __condvar_cleanup (void *arg)
 
 
 int
-attribute_hidden
 __pthread_cond_wait (
      pthread_cond_t *cond,
      pthread_mutex_t *mutex)
index af2adb3..dc00f2a 100644 (file)
@@ -26,7 +26,6 @@
 
 /* Acquire read lock for RWLOCK.  */
 int
-attribute_hidden
 __pthread_rwlock_rdlock (
      pthread_rwlock_t *rwlock)
 {
index 510395e..a7ef71a 100644 (file)
@@ -25,7 +25,6 @@
 
 /* Unlock RWLOCK.  */
 int
-attribute_hidden
 __pthread_rwlock_unlock (pthread_rwlock_t *rwlock)
 {
   lll_lock (rwlock->__data.__lock, rwlock->__data.__shared);
index 63eed0b..81e6daa 100644 (file)
@@ -26,7 +26,6 @@
 
 /* Acquire write lock for RWLOCK.  */
 int
-attribute_hidden
 __pthread_rwlock_wrlock (
      pthread_rwlock_t *rwlock)
 {
index 7edee66..0e7e979 100644 (file)
@@ -32,7 +32,6 @@ clear_once_control (void *arg)
 }
 
 int
-attribute_hidden
 __pthread_once (pthread_once_t *once_control, void (*init_routine) (void))
 {
   for (;;)
index a482ddc..d81ecd4 100644 (file)
@@ -31,7 +31,6 @@ clear_once_control (void *arg)
 }
 
 int
-attribute_hidden
 __pthread_once (pthread_once_t *once_control, void (*init_routine) (void))
 {
   for (;;)
index 37dd9da..0413cc1 100644 (file)
@@ -30,7 +30,6 @@
        /* int pthread_cond_broadcast (pthread_cond_t *cond) */
        .globl  __pthread_cond_broadcast
        .type   __pthread_cond_broadcast, @function
-       .hidden __pthread_cond_broadcast
        .align  16
 __pthread_cond_broadcast:
        cfi_startproc
index 64d309d..2f3c9bc 100644 (file)
@@ -31,7 +31,6 @@
        /* int pthread_cond_signal (pthread_cond_t *cond) */
        .globl  __pthread_cond_signal
        .type   __pthread_cond_signal, @function
-       .hidden __pthread_cond_signal
        .align  16
 __pthread_cond_signal:
 
index 6646c8a..c56dd77 100644 (file)
@@ -31,7 +31,6 @@
                               const struct timespec *abstime)  */
        .globl  __pthread_cond_timedwait
        .type   __pthread_cond_timedwait, @function
-       .hidden __pthread_cond_timedwait
        .align  16
 __pthread_cond_timedwait:
 .LSTARTCODE:
index 137d576..6261805 100644 (file)
@@ -31,7 +31,6 @@
 /* int pthread_cond_wait (pthread_cond_t *cond, pthread_mutex_t *mutex)  */
        .globl  __pthread_cond_wait
        .type   __pthread_cond_wait, @function
-       .hidden __pthread_cond_wait
        .align  16
 __pthread_cond_wait:
 .LSTARTCODE:
index 5707713..6205a60 100644 (file)
@@ -29,7 +29,6 @@
 
        .globl  __pthread_rwlock_rdlock
        .type   __pthread_rwlock_rdlock,@function
-       .hidden __pthread_rwlock_rdlock
        .align  16
 __pthread_rwlock_rdlock:
        cfi_startproc
index 7256301..426ffdc 100644 (file)
@@ -28,7 +28,6 @@
 
        .globl  __pthread_rwlock_unlock
        .type   __pthread_rwlock_unlock,@function
-       .hidden __pthread_rwlock_unlock
        .align  16
 __pthread_rwlock_unlock:
        cfi_startproc
index 8ff7dfa..0414ba0 100644 (file)
@@ -29,7 +29,6 @@
 
        .globl  __pthread_rwlock_wrlock
        .type   __pthread_rwlock_wrlock,@function
-       .hidden __pthread_rwlock_wrlock
        .align  16
 __pthread_rwlock_wrlock:
        cfi_startproc
index a995709..409df15 100644 (file)
@@ -31,7 +31,6 @@
 
        .globl  __pthread_once
        .type   __pthread_once,@function
-       .hidden __pthread_once
        .align  16
        cfi_startproc
 __pthread_once:
index f7b940f..ddfd32b 100644 (file)
@@ -35,7 +35,6 @@ clear_once_control (void *arg)
 
 
 int
-attribute_hidden
 __pthread_once (once_control, init_routine)
      pthread_once_t *once_control;
      void (*init_routine) (void);
index 5f4b7e9..9690780 100644 (file)
@@ -35,7 +35,6 @@ clear_once_control (void *arg)
 
 
 int
-attribute_hidden
 __pthread_once (pthread_once_t *once_control, void (*init_routine) (void))
 {
   for (;;)
index 0884c13..1242fc2 100644 (file)
@@ -30,7 +30,6 @@
        /* int pthread_cond_broadcast (pthread_cond_t *cond) */
        .globl  __pthread_cond_broadcast
        .type   __pthread_cond_broadcast, @function
-       .hidden __pthread_cond_broadcast
        .align  5
 __pthread_cond_broadcast:
        mov.l   r10, @-r15
index d2d7c19..1c3bacb 100644 (file)
@@ -29,7 +29,6 @@
        /* int pthread_cond_signal (pthread_cond_t *cond) */
        .globl  __pthread_cond_signal
        .type   __pthread_cond_signal, @function
-       .hidden __pthread_cond_signal
        .align  5
 __pthread_cond_signal:
        mov.l   r8, @-r15
index 7db789f..3e11756 100644 (file)
@@ -30,7 +30,6 @@
                               const struct timespec *abstime)  */
        .globl  __pthread_cond_timedwait
        .type   __pthread_cond_timedwait, @function
-       .hidden __pthread_cond_timedwait
        .align  5
 __pthread_cond_timedwait:
 .LSTARTCODE:
index f4f22b6..5a897f6 100644 (file)
@@ -28,7 +28,6 @@
 /* int pthread_cond_wait (pthread_cond_t *cond, pthread_mutex_t *mutex)  */
        .globl  __pthread_cond_wait
        .type   __pthread_cond_wait, @function
-       .hidden __pthread_cond_wait
        .align  5
 __pthread_cond_wait:
 .LSTARTCODE:
index da6ecfb..a1477b3 100644 (file)
@@ -29,7 +29,6 @@
        .text
        .globl  __pthread_once
        .type   __pthread_once,@function
-       .hidden __pthread_once
        .align  5
        cfi_startproc
 __pthread_once:
index 5b100d8..52fe5de 100644 (file)
@@ -29,7 +29,6 @@
 
        .globl  __pthread_rwlock_rdlock
        .type   __pthread_rwlock_rdlock,@function
-       .hidden __pthread_rwlock_rdlock
        .align  5
 __pthread_rwlock_rdlock:
        mov.l   r12, @-r15
index ca7a692..bc6c6c2 100644 (file)
@@ -28,7 +28,6 @@
 
        .globl  __pthread_rwlock_unlock
        .type   __pthread_rwlock_unlock,@function
-       .hidden __pthread_rwlock_unlock
        .align  5
 __pthread_rwlock_unlock:
        mov.l   r12, @-r15
index fa051b1..3d37fb4 100644 (file)
@@ -29,7 +29,6 @@
 
        .globl  __pthread_rwlock_wrlock
        .type   __pthread_rwlock_wrlock,@function
-       .hidden __pthread_rwlock_wrlock
        .align  5
 __pthread_rwlock_wrlock:
        mov.l   r12, @-r15
index a6a470c..22e2dd3 100644 (file)
@@ -35,7 +35,6 @@ clear_once_control (void *arg)
 
 
 int
-attribute_hidden
 __pthread_once (once_control, init_routine)
      pthread_once_t *once_control;
      void (*init_routine) (void);
index 523bfdb..0f8037b 100644 (file)
@@ -31,7 +31,6 @@
        /* int pthread_cond_broadcast (pthread_cond_t *cond) */
        .globl  __pthread_cond_broadcast
        .type   __pthread_cond_broadcast, @function
-       .hidden __pthread_cond_broadcast
        .align  16
 __pthread_cond_broadcast:
 
index cb1eb57..568c984 100644 (file)
@@ -30,7 +30,6 @@
        /* int pthread_cond_signal (pthread_cond_t *cond) */
        .globl  __pthread_cond_signal
        .type   __pthread_cond_signal, @function
-       .hidden __pthread_cond_signal
        .align  16
 __pthread_cond_signal:
 
index 7365b5c..bc5c0b3 100644 (file)
@@ -36,7 +36,6 @@
                               const struct timespec *abstime)  */
        .globl  __pthread_cond_timedwait
        .type   __pthread_cond_timedwait, @function
-       .hidden __pthread_cond_timedwait
        .align  16
 __pthread_cond_timedwait:
 .LSTARTCODE:
index 45ce84e..a44e7a7 100644 (file)
@@ -31,7 +31,6 @@
 /* int pthread_cond_wait (pthread_cond_t *cond, pthread_mutex_t *mutex)  */
        .globl  __pthread_cond_wait
        .type   __pthread_cond_wait, @function
-       .hidden __pthread_cond_wait
        .align  16
 __pthread_cond_wait:
 .LSTARTCODE:
index b0e3516..a808b9d 100644 (file)
@@ -30,7 +30,6 @@
 
        .globl  __pthread_once
        .type   __pthread_once,@function
-       .hidden __pthread_once
        .align  16
 __pthread_once:
 .LSTARTCODE:
index 2d42ec1..f36e7a7 100644 (file)
@@ -29,7 +29,6 @@
 
        .globl  __pthread_rwlock_rdlock
        .type   __pthread_rwlock_rdlock,@function
-       .hidden __pthread_rwlock_rdlock
        .align  16
 __pthread_rwlock_rdlock:
        cfi_startproc
index c274113..cfcc7a1 100644 (file)
@@ -27,7 +27,6 @@
 
        .globl  __pthread_rwlock_unlock
        .type   __pthread_rwlock_unlock,@function
-       .hidden __pthread_rwlock_unlock
        .align  16
 __pthread_rwlock_unlock:
        cfi_startproc
index 182745e..ccfc11b 100644 (file)
@@ -29,7 +29,6 @@
 
        .globl  __pthread_rwlock_wrlock
        .type   __pthread_rwlock_wrlock,@function
-       .hidden __pthread_rwlock_wrlock
        .align  16
 __pthread_rwlock_wrlock:
        cfi_startproc
index d1f8241..9a35695 100644 (file)
@@ -115,7 +115,6 @@ unwind_cleanup (_Unwind_Reason_Code reason, struct _Unwind_Exception *exc)
 
 
 void
-attribute_hidden
 __cleanup_fct_attribute __attribute ((noreturn))
 __pthread_unwind (__pthread_unwind_buf_t *buf)
 {