This is the mail archive of the gcc-cvs@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]

r160009 - in /branches/gccgo/libgo: Makefile.am...


Author: ian
Date: Sat May 29 00:00:15 2010
New Revision: 160009

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160009
Log:
Change Lock from a macro to a typedef of a struct.

This supports systems on which pthread_mutex_t is not a struct.

Added:
    branches/gccgo/libgo/runtime/thread.c
Modified:
    branches/gccgo/libgo/Makefile.am
    branches/gccgo/libgo/Makefile.in
    branches/gccgo/libgo/runtime/mcentral.c
    branches/gccgo/libgo/runtime/mheap.c
    branches/gccgo/libgo/runtime/runtime.h


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