1
0
mirror of https://github.com/golang/go synced 2024-11-23 08:00:05 -07:00
go/misc/cgo/testshared
Michael Hudson-Doyle be0cb9224b runtime: fix addmoduledata to follow the platform ABI
addmoduledata is called from a .init_array function and need to follow the
platform ABI. It contains accesses to global data which are rewritten to use
R15 by the assembler, and as R15 is callee-save we need to save it.

Change-Id: I03893efb1576aed4f102f2465421f256f3bb0f30
Reviewed-on: https://go-review.googlesource.com/9941
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-05-12 00:50:32 +00:00
..
src cmd/go: rebuild stale shared objects before linking against them. 2015-05-05 22:08:25 +00:00
test.bash runtime: fix addmoduledata to follow the platform ABI 2015-05-12 00:50:32 +00:00