cmd/link: ELF linker won't set .dynsym info when there is no global symbols #34000
Labels
Comments
Change https://golang.org/cl/192600 mentions this issue: |
t4n6a1ka
added a commit
to t4n6a1ka/go
that referenced
this issue
Sep 5, 2019
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 <cuong.manhle.vn@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: