-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/link: need to handle new-style loong64 relocs #63725
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
Change https://go.dev/cl/537615 mentions this issue: |
@golang/compiler does this want a backport, perhaps? The change is small, and this looks like regression (though I am not sure). |
Looks fine with me. Up to the Loong64 maintainers for whether this needs backport. I think this is not a regression, just that Go 1.21 doesn't support newer C toolchains. To be clear, what version of the C toolchain do you use? |
Change https://go.dev/cl/548478 mentions this issue: |
Updates #61974, #63725. For #61422. Change-Id: Ifd6c62e877dbd13f0e86fef801fe70d39fb3a66b Reviewed-on: https://go-review.googlesource.com/c/go/+/548478 Reviewed-by: Than McIntosh <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Updates golang#61974, golang#63725. For golang#61422. Change-Id: Ifd6c62e877dbd13f0e86fef801fe70d39fb3a66b Reviewed-on: https://go-review.googlesource.com/c/go/+/548478 Reviewed-by: Than McIntosh <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
@gopherbot please backport this to Go 1.21. This causes test failures on the 1.21 release branch. Thanks. |
Backport issue(s) opened: #67426 (for 1.21). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://go.dev/wiki/MinorReleases. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes (found during packaging testing)
What operating system and processor architecture are you using (
go env
)?Debian Linux sid, Loongson 3A5000.
go env
OutputWhat did you do?
cd $GOROOT/src/cmd/link && go test ./...
What did you expect to see?
all tests pass
What did you see instead?
The text was updated successfully, but these errors were encountered: