]> Cypherpunks repositories - gostls13.git/commit
runtime: fix nacl/amd64p32 signal handling
authorDave Cheney <dave@cheney.net>
Tue, 11 Mar 2014 20:21:55 +0000 (07:21 +1100)
committerDave Cheney <dave@cheney.net>
Tue, 11 Mar 2014 20:21:55 +0000 (07:21 +1100)
commit053127b12f4ad04417f3d26b0acbf91e9a9c1a6a
treed0351c638bfd9205d04fdba98970e3387d2f3bac
parent2d9fab905b6380507f92e5dbd9b95107a86130f3
runtime: fix nacl/amd64p32 signal handling

The change to signal_amd64.c from CL 15790043 was not merged correctly.

This CL reapplies the change, renaming the file to signal_amd64x.c and adds the appropriate build tags.

LGTM=iant, bradfitz
R=rsc, iant, bradfitz
CC=golang-codereviews
https://golang.org/cl/72790043
src/pkg/runtime/signal_amd64x.c [moved from src/pkg/runtime/signal_amd64.c with 96% similarity]