aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql
diff options
context:
space:
mode:
authorBen Shi <powerman1st@163.com>2017-06-12 03:42:55 +0000
committerCherry Zhang <cherryyz@google.com>2017-06-13 14:06:58 +0000
commita38c8dfa44f32eb464b826c7f7a50e51f73506e0 (patch)
tree6da42cbcd28c1ff3ef8b7098137a8246c6613fac /src/database/sql
parent7a8f1e2bc787542fe6b9e87ebec9b682a0ff9973 (diff)
downloadgo-a38c8dfa44f32eb464b826c7f7a50e51f73506e0.tar.xz
cmd/internal/obj/arm: fix MOVW to/from FPSR
"MOVW FPSR, g" should be assembled to 0xeef1aa10, but actually 0xee30a110 (RFS). "MOVW g, FPSR" should be 0xeee1aa10, but actually 0xee20a110 (WFS). They should be updated to VFP forms, since the ARM back end doesn't support non-VFP floating points. The patch fixes them and adds more assembly encoding tests. fixes #20643 Change-Id: I3b29490337c6e8d891b400fcedc8b0a87b82b527 Reviewed-on: https://go-review.googlesource.com/45276 Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
Diffstat (limited to 'src/database/sql')
0 files changed, 0 insertions, 0 deletions