1
0
mirror of https://github.com/golang/go synced 2024-11-08 02:46:16 -07:00
go/src/cmd/internal
Ben Shi e351a16005 cmd/internal/obj/arm64: reject incorrect form of LDP/STP
"LDP (R0), (F0, F1)" and "STP (F1, F2), (R0)" are
silently accepted by the arm64 assembler without
any error message. And this CL fixes that bug.

fixes #26556.

Change-Id: Ib6fae81956deb39a4ffd95e9409acc8dad3ab2d2
Reviewed-on: https://go-review.googlesource.com/125637
Run-TryBot: Ben Shi <powerman1st@163.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2018-07-30 15:31:06 +00:00
..
bio cmd/compile: add indexed export format 2018-04-24 01:05:27 +00:00
browser
buildid cmd/internal/buildid: close ELF file after reading note 2018-07-16 23:37:14 +00:00
dwarf cmd/compile: call objabi.PathToPrefix when emitting abstract fn 2018-07-10 18:54:39 +00:00
edit
gcprog
goobj cmd: avoid unnecessary type conversions 2018-02-26 20:22:06 +00:00
obj cmd/internal/obj/arm64: reject incorrect form of LDP/STP 2018-07-30 15:31:06 +00:00
objabi all: regenerate stringer files 2018-05-29 20:35:41 +00:00
objfile cmd/internal/objfile, debug/macho: support disassembling arm64 Mach-O objects 2018-05-16 15:32:50 +00:00
src cmd/compile: plumb prologueEnd into DWARF 2018-05-14 14:12:31 +00:00
sys cmd/compile: add wasm architecture 2018-05-04 17:56:12 +00:00
test2json cmd/go: revert "output coverage report even if there are no test files" 2018-07-09 14:42:21 +00:00