]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: remove nonexistent amd64 instructions
authorRuss Cox <rsc@golang.org>
Mon, 25 Jan 2016 20:21:10 +0000 (15:21 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2016 01:35:18 +0000 (01:35 +0000)
commit0b4f5782664b1e5ff6006cc3a66de520ed1c7c79
tree7b760f260c210ad9fed661af54810342892b855e
parent76f272d71746fec4cc91f6772e81d8745aa65384
cmd/asm: remove nonexistent amd64 instructions

These have no accepted input syntax and,
as far as I can tell, do not actually exist.

Change-Id: Iafdfb71adccad76230191d922eb7ddf78b7d5898
Reviewed-on: https://go-review.googlesource.com/19612
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/obj/x86/a.out.go
src/cmd/internal/obj/x86/anames.go
src/cmd/internal/obj/x86/asm6.go