]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add support for GOARCH=mips{,le}
authorVladimir Stefanovic <vladimir.stefanovic@imgtec.com>
Tue, 18 Oct 2016 21:50:38 +0000 (23:50 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 8 Nov 2016 18:07:24 +0000 (18:07 +0000)
commitf58ce7fe7954bd788072beaf1517303ebb5316eb
treef174dbe76f166623d86f568d971a03ca5cf92abb
parent27a3d30dd09cdd869b1b67f0154fa698bdf8ead2
cmd/asm: add support for GOARCH=mips{,le}

Change-Id: I6a5256a42f895bb93ac56764e91ade1861c00e04
Reviewed-on: https://go-review.googlesource.com/31476
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/asm/internal/arch/arch.go
src/cmd/asm/internal/arch/mips.go [moved from src/cmd/asm/internal/arch/mips64.go with 80% similarity]
src/cmd/asm/internal/asm/asm.go
src/cmd/asm/internal/asm/endtoend_test.go
src/cmd/asm/internal/asm/operand_test.go
src/cmd/asm/internal/asm/testdata/mips.s [new file with mode: 0644]