Implement -rdynamic
Currently ghc ignores the -rdynamic flag.
With a small effort it can be used as a synonym of -optl -rdynamic in linux and -optl -export-all-symbols in windows/mingw32.
In other platforms, similar translations must be possible to get the symbols of an executable exported.
This feature would improve usability of an upcoming implementation of #7015 (closed).
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.8.2 |
| Type | FeatureRequest |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | #7015 (closed) |
| Blocking | |
| CC | |
| Operating system | Unknown/Multiple |
| Architecture |
Edited by Facundo Domínguez