]> Cypherpunks repositories - gostls13.git/commit
cmd/link: add support for GOARCH=mips{,le}
authorVladimir Stefanovic <vladimir.stefanovic@imgtec.com>
Tue, 18 Oct 2016 21:50:47 +0000 (23:50 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 8 Nov 2016 19:58:09 +0000 (19:58 +0000)
commit76d8e60451c7b51eb7ea362e7ce3f66050864493
treea331e8b7568443d3c56c0c791258ab0ce00a6ef0
parentf4c997578ad962074b8e3aaf28dcfaa2f48a8593
cmd/link: add support for GOARCH=mips{,le}

Only internal linking without cgo is supported for now.

Change-Id: I772d2ba496a613c78bee7e93f29e9538e6407bdc
Reviewed-on: https://go-review.googlesource.com/31481
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/ld/elf.go
src/cmd/link/internal/mips/asm.go [new file with mode: 0644]
src/cmd/link/internal/mips/l.go [new file with mode: 0644]
src/cmd/link/internal/mips/obj.go [new file with mode: 0644]