]> Cypherpunks repositories - gostls13.git/commit
runtime: arm5, fix large-offset floating-point stores
authorKeith Randall <khr@golang.org>
Mon, 25 Apr 2016 21:12:26 +0000 (14:12 -0700)
committerKeith Randall <khr@golang.org>
Mon, 25 Apr 2016 22:33:33 +0000 (22:33 +0000)
commit9cb79e9536a2f7977f9139a808f912d216094ecc
treedef9745ae9c7a49b7a8ae8b200541a566993dea6
parent0b8c0767d0b95066734647edeb5a252c270a4a1a
runtime: arm5, fix large-offset floating-point stores

The code sequence for large-offset floating-point stores
includes adding the base pointer to r11.  Make sure we
can interpret that instruction correctly.

Fixes build.

Fixes #15440

Change-Id: I7fe5a4a57e08682967052bf77c54e0ec47fcb53e
Reviewed-on: https://go-review.googlesource.com/22440
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
src/runtime/softfloat_arm.go
src/runtime/vlop_arm_test.go