This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, S390] Define __GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION


Thank you for finding my thinko, it was a big one. Corrected as attached. 
Tested on HEAD and 4.2 branch.

2006-11-27  Jim Tison  <jtison@us.ibm.com>
        * gthr-tpf.h (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION,
        __gthread_recursive_mutex_init): Define.

> What about the 4.1 and 4.0 branches?

__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION is referred to from 
libstdc++-v3/include/ext/concurrence.h. Revisions to concurrence.h were 
made on 14 September 2006 which introduced this symbol into the build 
path; they exist only on the 4.2 branch and HEAD. gcc-4.0 & 4.1 build 
without this patch; earlier references to this symbol were quite neatly 
guarded out (libsupc++/guard.cc) if not defined.

Thanks,
--Jim--

Attachment: gthr-tpf.h.diff
Description: Binary data

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]