aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-01-20 21:18:37 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-01-20 21:18:37 +0000
commit4a5b806048bb94e2adcd34ea11ae27ca4030051f (patch)
tree93038434ff16825833e5bb4fd64a08717fe4c31f /gcc/go
parenta876231c40c9e3488d91bd64aa7a12c939babe51 (diff)
downloadgcc-4a5b806048bb94e2adcd34ea11ae27ca4030051f.zip
gcc-4a5b806048bb94e2adcd34ea11ae27ca4030051f.tar.gz
gcc-4a5b806048bb94e2adcd34ea11ae27ca4030051f.tar.bz2
runtime, testing/internal/testdeps: fixes for cgo
Some fixes that permit misc/cgo/test in the master gc repository to pass using the current gccgo. Install testing/internal/testdeps.gox; it is needed by `go test`. Export runtime.lockedOSThread to enable calling via go:linkname; it is used by misc/cgo/test. Loop on EAGAIN when creating a new thread; this is what the gc code does, and misc/cgo/test tests that it works. Reviewed-on: https://go-review.googlesource.com/35479 From-SVN: r244733
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index df9be07..b4e7b71 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-907f6e31975443993c47fa45e09cf85d0709b7e6
+b573d4756096523d8bd4bf7b11e56383e5a2cca4
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.