1
0
mirror of https://github.com/golang/go synced 2024-11-26 20:51:23 -07:00
go/misc/cgo/testcarchive
Bryan C. Mills 8380de416b runtime: align stack pointer in sigfwd
sigfwd calls an arbitrary C signal handler function.  The System V ABI
for x86_64 (and the most recent revision of the ABI for i386) requires
the stack to be 16-byte aligned.

Fixes: #17641

Change-Id: I77f53d4a8c29c1b0fe8cfbcc8d5381c4e6f75a6b
Reviewed-on: https://go-review.googlesource.com/32107
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-11-01 17:37:43 +00:00
..
src
carchive_test.go misc/cgo/testcarchive: do not use same executable name in TestInstall 2016-10-17 00:34:12 +00:00
main2.c runtime: align stack pointer in sigfwd 2016-11-01 17:37:43 +00:00
main3.c
main4.c misc/cgo/testcarchive: avoid possible pthread_create race 2016-05-06 19:15:52 +00:00
main5.c
main_unix.c
main_windows.c
main.c