-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/link: remove text relocation from android/386 lib #13201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is pretty non-trivial of course. I have stuff up for review in this direction, but it currently doesn't work for -buildmode=pie. |
I think I have something working for this (now just to bash it into something fit for review). How much do you care about performance for this stuff? |
@mwhudson Great. I can say, for now, performance is secondary. |
That's good to hear :-) |
CL https://golang.org/cl/17002 mentions this issue. |
I've just pushed a stack of changes ending with https://go-review.googlesource.com/16388 that I think should fix this. I'd love to hear if it in fact does :-) |
CL https://golang.org/cl/17014 mentions this issue. |
great. will check tomorrow. many thanks On Tuesday, November 17, 2015, Michael Hudson-Doyle <
__ |
Oops, not sure that CL actually fixes this bug, sorry. Might want to reopen... |
-buildmode=pie
Various build tests are failing due to the error, and the newest androids will not be happy.
@crawshaw
The text was updated successfully, but these errors were encountered: