forked from OSchip/llvm-project
parent
4e9b8702f5
commit
1baf2359df
|
@ -4,8 +4,6 @@ lib/ReaderWriter/ELF
|
||||||
- Implement processing of DT_NEEDED elements including -rpath-link /
|
- Implement processing of DT_NEEDED elements including -rpath-link /
|
||||||
-rpath processing.
|
-rpath processing.
|
||||||
|
|
||||||
- Create DT_SONAME.
|
|
||||||
|
|
||||||
- _GLOBAL_OFFSET_TABLE should be hidden and normally dropped from the output.
|
- _GLOBAL_OFFSET_TABLE should be hidden and normally dropped from the output.
|
||||||
|
|
||||||
- Preserve SHT_NOTE sections from input, merge them if applicable.
|
- Preserve SHT_NOTE sections from input, merge them if applicable.
|
||||||
|
@ -13,3 +11,9 @@ lib/ReaderWriter/ELF
|
||||||
- Do not create __got_* / __plt_* symbol table entries by default.
|
- Do not create __got_* / __plt_* symbol table entries by default.
|
||||||
|
|
||||||
- Weak references to symbols defined in a DSO should remain weak.
|
- Weak references to symbols defined in a DSO should remain weak.
|
||||||
|
|
||||||
|
- Section Groups.
|
||||||
|
|
||||||
|
- Gnu linkonce sections.
|
||||||
|
|
||||||
|
- ScriptLayout
|
||||||
|
|
Loading…
Reference in New Issue