]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/arm: fix large stack offsets on nacl/arm
authorRuss Cox <rsc@golang.org>
Fri, 31 Jul 2015 02:35:56 +0000 (22:35 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 31 Jul 2015 04:35:48 +0000 (04:35 +0000)
commit782eea0190381b849e8e4b82bef46c1e3f281f97
tree74fea4170030debbd95f9aa6f971897445d68d1b
parent108ec5f75a45f3e8f12698f5476b51723feda838
cmd/internal/obj/arm: fix large stack offsets on nacl/arm

The code already fixed large non-stack offsets
but explicitly excluded stack references.
Perhaps you could get away with that before,
but current versions of nacl reject such stack
references. Rewrite them the same as the others.

For #11956 but probably not the last problem.

Change-Id: I0db4e3a1ed4f88ccddf0d30228982960091d9fb7
Reviewed-on: https://go-review.googlesource.com/13010
Reviewed-by: Dave Cheney <dave@cheney.net>
src/cmd/internal/obj/arm/asm5.go