Needed by to build FreeBSD base system (see Ed's list).
Details
Diff Detail
Event Timeline
ELF/OutputSections.cpp | ||
---|---|---|
415 | Are there relevant rtlds that require DT_SYMBOLIC? |
ELF/OutputSections.cpp | ||
---|---|---|
415 | Not that I'm aware of. That said, I mainly did it to match gold behavior. |
If you think it's not required, I can drop it, although this comes almost for free, so I'm not that inclined to drop it.
It's a minor point and probably of no practical consequence so it
ELF/OutputSections.cpp | ||
---|---|---|
415 | http://www.sco.com/developers/gabi/latest/ch5.dynamic.html
|
LGTM if setting only DF_SYMBOLIC.
It will be trivial to add DT_SYMBOLIC if we find a dynamic linker that needs that.
Are there relevant rtlds that require DT_SYMBOLIC?