]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/ld: fix R_TLS handling now Xsym is not read from object file
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Thu, 23 Apr 2015 08:04:14 +0000 (20:04 +1200)
committerDave Cheney <dave@cheney.net>
Fri, 24 Apr 2015 20:57:49 +0000 (20:57 +0000)
commitccc76dba606e2325ad82ac0b15fb5c511a342abd
tree48924ef4a38ec01526d29cae8a9935ec675c948d
parent1b4025f4bd93515b71d389872db73380edaf0e25
cmd/internal/ld: fix R_TLS handling now Xsym is not read from object file

I think this should fix the arm build. A proper fix involves making the handling
of tlsg less fragile, I'll try that tomorrow.

Update #10557

Change-Id: I9b1b666737fb40aebb6f284748509afa8483cce5
Reviewed-on: https://go-review.googlesource.com/9272
Reviewed-by: Dave Cheney <dave@cheney.net>
Run-TryBot: Dave Cheney <dave@cheney.net>
src/cmd/internal/ld/data.go