]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/mips64: fix use of -s flags
authorMichael Matloob <matloob@golang.org>
Mon, 22 Aug 2016 22:53:01 +0000 (18:53 -0400)
committerMichael Matloob <matloob@golang.org>
Mon, 22 Aug 2016 22:59:20 +0000 (22:59 +0000)
commit550caa1c87ea11aa54c6482ff66f98b4036c474f
treecfd40bde95db41c706f60e003e0abbebf5f19c4e
parentc043e90e559a18691be722f96272846808292fe0
cmd/link/internal/mips64: fix use of -s flags

My flags change reversed the meaning of -s within mips64's
linker code. This should fix that.

Change-Id: Ia24002469e557fb29badfd830134e61c1dd7e16e
Reviewed-on: https://go-review.googlesource.com/27555
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/link/internal/mips64/asm.go