]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] cmd/asm: final fixups for correct assembly of runtime, the last package...
authorRob Pike <r@golang.org>
Wed, 11 Feb 2015 01:11:36 +0000 (17:11 -0800)
committerRob Pike <r@golang.org>
Wed, 11 Feb 2015 03:44:19 +0000 (03:44 +0000)
commite59ed477c37d2c4ecb9488fd7acd17d0efaf8dc8
tree9df53cf47d81d06b94316c1d959c79d5dda225c5
parentb6fd455c0da24e747fc0faa08550f460a615145e
[dev.cc] cmd/asm: final fixups for correct assembly of runtime, the last package to verify

- obj: add a missing setting of the context for a generated JMP instruction
- asm:  correct the encoding of mode (R)(R*scale)
- asm: fix a silly bug in the test for macro recursion.
- asm: accept address mode sym(R)(R*8); was an oversight

Change-Id: I27112eaaa1faa0d2ba97e414f0571b70733ea087
Reviewed-on: https://go-review.googlesource.com/4502
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/asm/parse.go
src/cmd/asm/internal/lex/input.go
src/cmd/dist/build.go
src/cmd/dist/buildtool.go
src/cmd/internal/obj/x86/obj6.go