]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/arm: support NOFRAME
authorAustin Clements <austin@google.com>
Wed, 24 Jan 2018 22:17:38 +0000 (17:17 -0500)
committerAustin Clements <austin@google.com>
Mon, 12 Feb 2018 21:41:24 +0000 (21:41 +0000)
commit99e37e98b474f27a29ccc89d781f211869b53fa2
tree38a6fea067abc6c921b045c88b5071135025f484
parent8a064c600802eaab9da0cbc83adccafb5d1b8678
cmd/internal/obj/arm: support NOFRAME

This adds support on arm for the NOFRAME symbol attribute used by
ppc64 and s390x in preference to using a frame size of -4. This is
modeled on ppc64's implementation of NOFRAME.

This passes toolstash -cmp.

Change-Id: I0d15e81770e54222ae329ce4496da0601673677f
Reviewed-on: https://go-review.googlesource.com/92039
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/obj/arm/obj5.go