-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
cmd/link: unhandled R_PPC64_SECTOFF relocation on linux/ppc64le #10397
Comments
Yes, our ppc64le build is currently broken: http://build.golang.org/ |
internal linking doesn't support stdout. Even on the well supported linux/amd64, internal linking will fail
|
I take a brief look on the linux/amd64 issue. We are using stdout@plt to reference stdout! How could that ever I thought the problem for stdout was that it uses the COPY relocation, The PPC64 problem is unrelated to that though. It's because our |
Dup of #9411? |
When I build golang from master for use with ppc64le I add my own set of If I build using these patches, then the error no longer occurs with On 06/29/2015 12:38 PM, Russ Cox wrote:
|
This works on ppc64le now that the patches from 11184 are upstream. |
The following testcase fails to build when using go built from master golang for ppc64le. I pulled the latest source yesterday and built it.
The same test builds and runs successfully with golang on x86_64, and with latest gccgo from trunk on ppc64le.
uname -a
Linux willow3 3.16.0-23-generic #31-Ubuntu SMP Tue Oct 21 17:55:08 UTC 2014 ppc64le ppc64le ppc64le GNU/Linux
The text was updated successfully, but these errors were encountered: