]> Cypherpunks repositories - gostls13.git/commit
liblink, sync/atomic: fix arm build
authorRuss Cox <rsc@golang.org>
Wed, 17 Sep 2014 00:53:38 +0000 (20:53 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 17 Sep 2014 00:53:38 +0000 (20:53 -0400)
commitcbf97d9103b2bbfb8c798f06c751e74093062b57
tree5efd46af66ea3c364354b8e5e010bd777ce4764d
parentda8cf5438aa676a99e8bb55c94011b2581743e1a
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
include/link.h
src/liblink/obj5.c
src/liblink/objfile.c
src/sync/atomic/64bit_arm.go