OSDN Git Service

PR other/24829
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jan 2006 22:00:28 +0000 (22:00 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jan 2006 22:00:28 +0000 (22:00 +0000)
commitbfd7d80d7f5a6c61912465bfd81188dd9b6cacaf
tree85db8df0b86bd9d7411eb66fbd849450b99ac43d
parent32dea8e67e93e24418eb71510f4d248241510c30
PR other/24829
PR target/24831
* gthr-dce.h: Do not gthrw-ify pthread_once_init,
pthread_key_delete.  From John David Anglin.  gthrw-ify
pthread_getunique_np only if it it's not a macro.  Delete
UNUSED macro.
(__gthread_objc_condition_allocate, __gthread_objc_condition_deallocate,
__gthread_objc_condition_wait, __gthread_objc_condition_broadcast,
__gthread_objc_condition_signal, __gthread_key_delete): Add
"__attribute__ ((__unused__))" to unused arguments.
(__gthread_recursive_mutex_init_function): Add missing return.
* gthr-dce.h, gthr-tpf.h, gthr-solaris.h, gthr-posix.h,
gthr-posix95.h: Use macro-based approach for name redirection
on targets missing weakref.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110278 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gthr-dce.h
gcc/gthr-posix.h
gcc/gthr-posix95.h
gcc/gthr-solaris.h
gcc/gthr-tpf.h