The libgo function was always intended to be internal-only, but was exported so that C code could call it. Now that have go:linkname for that, use it. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. Committed to mainline. Ian