mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
liblink, sync/atomic: fix arm build
The liblink code to insert the FUNCDATA for a stack map from the Go prototype was not correct for ARM (different data structure layout). Also, sync/atomic was missing some Go prototypes for ARM-specific functions. TBR=r CC=golang-codereviews https://golang.org/cl/143160045
This commit is contained in:
parent
da8cf5438a
commit
cbf97d9103
4 changed files with 14 additions and 1 deletions
|
|
@ -471,6 +471,7 @@ struct LinkArch
|
|||
int D_PARAM;
|
||||
int D_SCONST;
|
||||
int D_STATIC;
|
||||
int D_OREG;
|
||||
|
||||
int ACALL;
|
||||
int ADATA;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue