We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is follow up issue for #33358
Linker won't set .synsym info field when there's no global symbols, it must set it regardless.
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/192600 mentions this issue: cmd/link: always set .dynsym info field
cmd/link: always set .dynsym info field
Sorry, something went wrong.
fa7d40a
c327491
CL 187979 added set .dynsym info field, but it won't when there are no global symbols. This CL sets that field unconditionally. Fixes golang#34000 Change-Id: Icc2f8bc74afdade88a377793e6760912b03686ba Reviewed-on: https://go-review.googlesource.com/c/go/+/192600 Run-TryBot: Cuong Manh Le <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
No branches or pull requests
This is follow up issue for #33358
Linker won't set .synsym info field when there's no global symbols, it must set it regardless.
The text was updated successfully, but these errors were encountered: