-
- Downloads
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
Showing
- gcc/ChangeLog 17 additions, 0 deletionsgcc/ChangeLog
- gcc/gthr-dce.h 75 additions, 73 deletionsgcc/gthr-dce.h
- gcc/gthr-posix.h 76 additions, 78 deletionsgcc/gthr-posix.h
- gcc/gthr-posix95.h 77 additions, 79 deletionsgcc/gthr-posix95.h
- gcc/gthr-solaris.h 60 additions, 62 deletionsgcc/gthr-solaris.h
- gcc/gthr-tpf.h 21 additions, 23 deletionsgcc/gthr-tpf.h
Loading
Please register or sign in to comment