mirror of
https://github.com/golang/go
synced 2024-11-22 19:14:53 -07:00
4cb921bbf1
The ARM implementation of runtime.cgocallback_gofunc diverged from the calling convention by leaving a word of garbage at the top of the stack and storing the return PC above the locals. This change stores the return PC at the top of the stack and removes the save area above the locals. Update #5124 This CL fixes first part of the ARM issues and added the unwind test. R=golang-dev, bradfitz, minux.ma, cshapiro, rsc CC=golang-dev https://golang.org/cl/7728045 |
||
---|---|---|
.. | ||
arm | ||
bash | ||
bbedit | ||
cgo | ||
chrome/gophertool | ||
dashboard | ||
dist | ||
emacs | ||
fraise | ||
git | ||
goplay | ||
IntelliJIDEA | ||
kate | ||
notepadplus | ||
swig | ||
vim | ||
xcode | ||
zsh | ||
benchcmp | ||
pprof |