]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: Always use go-style arrangement specifiers on ARM64
authorXiangdong Ji <xiangdong.ji@arm.com>
Fri, 12 Jun 2020 16:27:08 +0000 (16:27 +0000)
committerCherry Zhang <cherryyz@google.com>
Fri, 28 Aug 2020 16:40:13 +0000 (16:40 +0000)
commit5d0b35ca98f57b378e8b45839721d60c06603af2
treee0d4e0b602442eaaf24b32bab175c57ed9daeaaa
parentbd6dfe9a3e381e6aae7aa11787ba70fcb77909ff
cmd/asm: Always use go-style arrangement specifiers on ARM64

Fixing several error message and comment texts of the ARM64 assembler
to use arrangement specifiers of Go's assembly style.

Change-Id: Icdbb14fba7aaede40d57d0d754795b050366a1ab
Reviewed-on: https://go-review.googlesource.com/c/go/+/237859
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/asm/internal/asm/testdata/arm64enc.s
src/cmd/internal/obj/arm64/asm7.go