From 4a5b806048bb94e2adcd34ea11ae27ca4030051f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 20 Jan 2017 21:18:37 +0000 Subject: 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 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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. -- cgit v1.1