]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add comments back for aliases on jumps for x86
authorRob Pike <r@golang.org>
Tue, 28 Apr 2015 19:35:06 +0000 (12:35 -0700)
committerRob Pike <r@golang.org>
Tue, 28 Apr 2015 19:41:19 +0000 (19:41 +0000)
commita88994c1378c5762a9eee75e683d19e65689bfd1
tree686a25abc78cfc64258c776fae26a366c3672b1a
parentd2d840aae6baeccf96f10dd5d830f243a9f6685c
cmd/asm: add comments back for aliases on jumps for x86

These were lost in the transition from 8a/6a to asm.
Also, in the process, discover more aliases. I'm betting the missing
ones were a casualty of the recent merge of 386 and amd64.

Update #10385.

Change-Id: I1681034b25af3ffc103f75e5fc57baca5feb3fcd
Reviewed-on: https://go-review.googlesource.com/9431
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/arch/arch.go