1
0
mirror of https://github.com/golang/go synced 2024-09-30 15:28:33 -06:00
go/misc/cgo/test/issue9400
Ian Lance Taylor 29673a4be6 misc/cgo/test: avoid duplicate definition with gccgo
Current versions of gccgo issue a duplicate definition error when both
a definition and an empty declaration occur. Use build tags to avoid
that case for the issue9400 subdirectory.

Change-Id: I18517af87bab05e9ca43f2f295459cf34347c317
Reviewed-on: https://go-review.googlesource.com/119896
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-06-20 02:52:44 +00:00
..
asm_386.s misc/cgo/test: fix issue9400 test on android/386 2016-06-02 14:01:47 +00:00
asm_amd64x.s all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
asm_arm64.s runtime: use NOFRAME on arm64 2018-02-12 21:41:31 +00:00
asm_arm.s runtime, sync/atomic: use NOFRAME on arm 2018-02-12 21:41:30 +00:00
asm_mips64x.s misc/cgo/test: add mips64x test case for issue9400 2016-05-04 16:41:36 +00:00
asm_mipsx.s runtime: use NOFRAME on mips and mips64 2018-02-12 21:41:32 +00:00
asm_ppc64x.s all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
asm_s390x.s misc/cgo/test: add RewindAndSetgid implementation for s390x 2016-03-22 04:34:24 +00:00
gccgo.go misc/cgo/test: avoid duplicate definition with gccgo 2018-06-20 02:52:44 +00:00
stubs.go misc/cgo/test: avoid duplicate definition with gccgo 2018-06-20 02:52:44 +00:00