1
0
mirror of https://github.com/golang/go synced 2024-09-29 04:24:36 -06:00
go/misc/cgo/testshared
Ian Lance Taylor 37b194a422 cmd/link: put shlib ".type" functions in internal ABI
These functions are compiler generated, and as such are only available
in the internal ABI. Doing this avoids generating an alias symbol.
Doing that avoids confusion between unmangled and mangled type symbols.

Fixes #30768

Change-Id: I197a5ba6403aac11989ffa951dbe35bd0506de91
Reviewed-on: https://go-review.googlesource.com/c/go/+/186077
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
2019-07-15 22:54:39 +00:00
..
testdata cmd/link: put shlib ".type" functions in internal ABI 2019-07-15 22:54:39 +00:00
overlaydir_test.go misc/cgo/testshared: fix tests in module mode 2019-02-22 21:57:16 +00:00
shared_test.go cmd/link: put shlib ".type" functions in internal ABI 2019-07-15 22:54:39 +00:00