1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:31:21 -06:00
go/misc/cgo/test/backdoor
Ian Lance Taylor 9fc6c0598b misc/cgo/test/backdoor: add gccgo version of backdoor function
For the gc compiler the Go function Issue7695 is defined in
runtime.c, but there is no way to do that for gccgo, because
there is no way to get the correct pkgpath.  The test is not
important for gccgo in any case.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/93870044
2014-04-26 22:31:32 -07:00
..
backdoor_gccgo.go misc/cgo/test/backdoor: add gccgo version of backdoor function 2014-04-26 22:31:32 -07:00
backdoor.go test: demo for issue 7695 2014-04-16 23:06:37 -04:00
runtime_gccgo.c misc/cgo/test: changes to pass when using gccgo 2012-11-01 13:54:09 -07:00
runtime.c test: demo for issue 7695 2014-04-16 23:06:37 -04:00