Have rts/Linker.c lookupSymbol find symbols in the process executable.
In windows, the function lookupSymbol
in Linker.c
does not look for symbols exported in the executable. Thus, when a program is linked with -optl -export-all-symbols
, the function lookupSymbol
still fails to find them.
Fixing this would improve the usability of -rdynamic
(#9381 (closed)) and an upcoming implementation for #7015 (closed).
Trac metadata
Trac field | Value |
---|---|
Version | |
Type | Bug |
TypeOfFailure | OtherFailure |
Priority | normal |
Resolution | Unresolved |
Component | Compiler |
Test case | |
Differential revisions | |
BlockedBy | |
Related | |
Blocking | |
CC | |
Operating system | |
Architecture |