]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/x86: factor rewriting to use GOT into separate function
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Wed, 11 Nov 2015 02:57:42 +0000 (15:57 +1300)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Wed, 18 Nov 2015 21:25:55 +0000 (21:25 +0000)
commit3c85e1b186a1b0c153678e3e85ff5819a430dd84
treed8899cf5d55a0f6031dc1f9c732dd0870e7f2e83
parent6bf794a36dc3bb4d5dca471c85233e6cc84a9e74
cmd/internal/obj/x86: factor rewriting to use GOT into separate function

I was prodded into doing this in review comments for the ARM version, and it's
going to make shared libs for 386 easier.

Change-Id: Id12de801b1425b8c6b5736fe91b418fc123a4e40
Reviewed-on: https://go-review.googlesource.com/17012
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/internal/obj/x86/asm6.go
src/cmd/internal/obj/x86/obj6.go
src/cmd/internal/obj/x86/obj6_test.go