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]

r205940 - in /trunk/libgo/runtime: go-defer.c g...


Author: ian
Date: Thu Dec 12 20:13:58 2013
New Revision: 205940

URL: http://gcc.gnu.org/viewcvs?rev=205940&root=gcc&view=rev
Log:
runtime: Fix defer of unlock thread at program startup.

Don't free stack allocated defer block.  Also ensure we have a
Go context in a few more places before freeing the block.

Modified:
    trunk/libgo/runtime/go-defer.c
    trunk/libgo/runtime/go-defer.h
    trunk/libgo/runtime/go-panic.c
    trunk/libgo/runtime/go-unwind.c
    trunk/libgo/runtime/panic.c
    trunk/libgo/runtime/proc.c


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