This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249576 - in /trunk: gcc/go/gofrontend/MERGE li...
- From: ian at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 22 Jun 2017 22:08:51 -0000
- Subject: r249576 - in /trunk: gcc/go/gofrontend/MERGE li...
Author: ian
Date: Thu Jun 22 22:08:50 2017
New Revision: 249576
URL: https://gcc.gnu.org/viewcvs?rev=249576&root=gcc&view=rev
Log:
runtime: export getm function
Use go:linkname to export the getm function. This makes it visible to
runtime/testdata/testprogcgo/dropm_stub.go, which uses it as part of
the TestEnsureDropM test in runtime/crash_cgo_test.go. That test is
not run today, but it will be soon.
Reviewed-on: https://go-review.googlesource.com/46462
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/libgo/go/runtime/proc.go