diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-01-26 19:07:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-01-26 19:07:54 +0000 |
commit | 41d3d0ac409a6e85a39e453be6ecb99c622284a8 (patch) | |
tree | 962832cf9778c19d47e3baa0e6b4b524143d58e9 /gcc/go | |
parent | fda6ee70338aa5445b63366cfaff29496819c373 (diff) | |
download | gcc-41d3d0ac409a6e85a39e453be6ecb99c622284a8.zip gcc-41d3d0ac409a6e85a39e453be6ecb99c622284a8.tar.gz gcc-41d3d0ac409a6e85a39e453be6ecb99c622284a8.tar.bz2 |
runtime: fix setting of isarchive
When I updated to Go 1.8, the initsig function moved from
signal1_unix.go to signal_unix.go, and lost a gccgo-specific change in
the move. Add it back.
This would have been caught by the misc/cgo/testcarchive tests in the
gc repository, but we don't run those in the gccgo repository. We
should fix that, somehow.
Reviewed-on: https://go-review.googlesource.com/35839
From-SVN: r244947
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 29c971c..7900e1a 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -f8c451ed42fd71b85afab54a33fc321df0ff3b0b +2c62d5223e814887801b1540162c72b90299d910 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |