------- Comment #17 from danglin at gcc dot gnu dot org 2006-01-26 22:26 ------- Subject: Bug 24829
Author: danglin Date: Thu Jan 26 22:26:49 2006 New Revision: 110280 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110280 Log: 2006-01-26 Alexandre Oliva <[EMAIL PROTECTED]> 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. Modified: branches/gcc-4_1-branch/gcc/ChangeLog branches/gcc-4_1-branch/gcc/gthr-dce.h branches/gcc-4_1-branch/gcc/gthr-posix.h branches/gcc-4_1-branch/gcc/gthr-posix95.h branches/gcc-4_1-branch/gcc/gthr-solaris.h branches/gcc-4_1-branch/gcc/gthr-tpf.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24829