]> gcc.gnu.org Git - gcc.git/commit
runtime: Fix defer of unlock thread at program startup.
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 12 Dec 2013 20:13:58 +0000 (20:13 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 12 Dec 2013 20:13:58 +0000 (20:13 +0000)
commit1635eab367caf9615b4156090fbcd4251fd46e32
treecbc29f621fa3a047358c3f193f033b818d994793
parent96d91784e5de374f52094e00a1a63dc3f2f157e7
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.

From-SVN: r205940
libgo/runtime/go-defer.c
libgo/runtime/go-defer.h
libgo/runtime/go-panic.c
libgo/runtime/go-unwind.c
libgo/runtime/panic.c
libgo/runtime/proc.c
This page took 0.0804 seconds and 5 git commands to generate.