]> Cypherpunks repositories - gostls13.git/commit
cmd/compile, cmd/go: generate position independent code with -buildmode=c-shared...
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 1 Sep 2015 02:03:38 +0000 (14:03 +1200)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Fri, 4 Sep 2015 07:08:09 +0000 (07:08 +0000)
commit876b7cc2273a64cd44c1f7932c612bdf696c27fe
tree788c4a21aba653c36d6f9d7436946f04b87c13e4
parent40af15f28e63709859138f00179dc7bcdfdc834b
cmd/compile, cmd/go: generate position independent code with -buildmode=c-shared on arm

All the code was there to do this, it just wasn't hooked up.

Fixes #10914

Change-Id: Ide8f9bbe50fecb5d11cd579915ee98d4c7efe403
Reviewed-on: https://go-review.googlesource.com/14142
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/gc/lex.go
src/cmd/go/build.go