You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to #611 Rust's ELF raw-dylibs do not contain the information
about verdef count.
This goes against LSB, but all the other linkers can handle it,
presumably by using `st_info` of`.gnu.version_d` section.
I'm not sure if this is the right thing to do, maybe `sh_info` should be
used just a fallback when `.dynamic` doesn't have `DT_VERDEFNUM` tag?
On current main `tests/ui/linkage-attr/raw-dylib/elf/glibc-x86_64.rs`
fails with:
```
wild: error: Failed to load symbols from `/tmp/rustcnCgdWG/raw-dylibs/lib105m6f543m4qw1t7khnttg751.so`
Caused by:
Invalid version index 1
```
0 commit comments