]> Cypherpunks repositories - gostls13.git/commit
runtime: teach softfloat interpreter about "add r11, pc, r11"
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Fri, 4 Sep 2015 02:57:59 +0000 (14:57 +1200)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Fri, 4 Sep 2015 06:43:35 +0000 (06:43 +0000)
commit40af15f28e63709859138f00179dc7bcdfdc834b
treec7694e73a925c9bf692e075b6d9a9e6d7341043b
parent821e124c24c2b2d753be22a04a3b20b7bf579627
runtime: teach softfloat interpreter about "add r11, pc, r11"

This is generated during fp code when -shared is active.

Change-Id: Ia1092299b9c3b63ff771ca4842158b42c34bd008
Reviewed-on: https://go-review.googlesource.com/14286
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
src/runtime/softfloat_arm.go