mirror of https://git.musl-libc.org/git/musl
Browse Source
symbol value of 0 is not "undefined" for TLS; it's the address of the first symbol in the TLS segment. however, non-definition TLS references also have values of 0, so check the section. hopefully the new logic is more clear, too.rs-1.0
1 changed files with 14 additions and 8 deletions
Loading…
Reference in new issue