]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: get rid of the backdoor package
authorShenghou Ma <minux@golang.org>
Sat, 20 Dec 2014 19:13:44 +0000 (14:13 -0500)
committerMinux Ma <minux@golang.org>
Wed, 24 Dec 2014 00:18:21 +0000 (00:18 +0000)
commit04cf881fbea55d5bca584c78b15454b189af11f5
tree06016a9b9324b1a1b134ddf8841533ea40367a86
parent958e0792b5a3cbbc4a633bbf829441d51a299e28
misc/cgo/test: get rid of the backdoor package

For Go 1.5, we can use go:linkname rather than assembly thunk for gc.
Gccgo already has support for //extern.

Change-Id: I5505aa247dd5b555112f7261ed2f192c81cf0bdf
Signed-off-by: Shenghou Ma <minux@golang.org>
Reviewed-on: https://go-review.googlesource.com/1888
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/test/backdoor.go [new file with mode: 0644]
misc/cgo/test/backdoor/backdoor.go [deleted file]
misc/cgo/test/backdoor/runtime_gccgo.c [deleted file]
misc/cgo/test/backdoor/thunk.s [deleted file]
misc/cgo/test/callback.go