re PR other/24829 (libobjc testsuite failures)
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 26 Jan 2006 22:00:28 +0000 (22:00 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 26 Jan 2006 22:00:28 +0000 (22:00 +0000)
commit72b167732cdc740893b163efbc53de0a963176d7
tree85db8df0b86bd9d7411eb66fbd849450b99ac43d
parentf7c8e4fc33d6386550568da002faf7804396606b
re PR other/24829 (libobjc testsuite failures)

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.

From-SVN: r110278
gcc/ChangeLog
gcc/gthr-dce.h
gcc/gthr-posix.h
gcc/gthr-posix95.h
gcc/gthr-solaris.h
gcc/gthr-tpf.h