]> Cypherpunks repositories - gostls13.git/commit
runtime: align stack in sigfwd for darwin/386
authorIan Lance Taylor <iant@golang.org>
Thu, 28 Jan 2016 06:00:59 +0000 (22:00 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 28 Jan 2016 18:23:28 +0000 (18:23 +0000)
commit2d916bec968212c69dcff1da4c85943c529a11b5
treee128cb2379cde9b534a0a1396dd3402a56c8a6a9
parente97096661ecaf1f7476c2320208d92709b72279d
runtime: align stack in sigfwd for darwin/386

We might be forwarding to a C signal handler.  C code expects the stack
to be aligned.  Should fix darwin/386 build: the testcarchive tests were
hanging as the program got an endless series of SIGSEGV signals.

Change-Id: Ia02485d3736a3c40e12259f02d25f842cf8e4d29
Reviewed-on: https://go-review.googlesource.com/19025
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/sys_darwin_386.s