This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]