]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.12] cmd/internal/obj/arm64: fix the bug assembling TSTW
authorfanzha02 <fannie.zhang@arm.com>
Thu, 21 Feb 2019 07:53:15 +0000 (07:53 +0000)
committerIan Lance Taylor <iant@golang.org>
Tue, 26 Feb 2019 00:41:59 +0000 (00:41 +0000)
commit491b7bcff50b15f9871c02d2ab4a96d8ece6e07a
tree5f1a17c30ed066293dd33e7692973cfb020999b1
parent05e77d41914d247a1e7caf37d7125ccaa5a53505
[release-branch.go1.12] cmd/internal/obj/arm64: fix the bug assembling TSTW

Current assembler reports error when it assembles
"TSTW $1689262177517664, R3", but go1.11 was building
fine.

Fixes #30334

Change-Id: I9c16d36717cd05df2134e8eb5b17edc385aff0a9
Reviewed-on: https://go-review.googlesource.com/c/163259
Run-TryBot: Ben Shi <powerman1st@163.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ben Shi <powerman1st@163.com>
(cherry picked from commit 2ef8abb41f2565e38e520c18773308b3cf005af6)
Reviewed-on: https://go-review.googlesource.com/c/163419
Run-TryBot: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/asm/internal/asm/testdata/arm64.s
src/cmd/internal/obj/arm64/asm7.go