]> Cypherpunks repositories - gostls13.git/commit
cmd/objdump: test disassembly on ARM and ARM64
authorCherry Zhang <cherryyz@google.com>
Mon, 30 Mar 2020 19:11:52 +0000 (15:11 -0400)
committerCherry Zhang <cherryyz@google.com>
Mon, 30 Mar 2020 21:37:12 +0000 (21:37 +0000)
commit16237b22a85b2b20bb7915d3c64a7a2e071623ea
tree1e21acacbd72ae6bb66203abc93930e46af9f2c5
parent14ad23d1f599199f89ba32cc4bc20049277ce9c1
cmd/objdump: test disassembly on ARM and ARM64

We support disassembly on both ARM and ARM64. Tests are only
enabled on one or the other. This CL enables both.

Change-Id: If89d78b975c241c2b14f72b714dcdc771b4b382c
Reviewed-on: https://go-review.googlesource.com/c/go/+/226459
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/objdump/objdump_test.go