parent
e544143f03
commit
37f50b7ccc
|
|
@ -0,0 +1,17 @@
|
|||
lib/ReaderWriter/ELF
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Implement processing of DT_NEEDED elements including -rpath-link /
|
||||
-rpath processing.
|
||||
|
||||
- Create DT_SONAME.
|
||||
|
||||
- _GLOBAL_OFFSET_TABLE should be hidden and normally dropped from the output.
|
||||
|
||||
- Find out where __tls_get_addr gets created and stop that.
|
||||
|
||||
- Preserve SHT_NOTE sections from input, merge them if applicable.
|
||||
|
||||
- Do not create __got_* / __plt_* symbol table entries by default.
|
||||
|
||||
- Weak references to symbols defined in a DSO should remain weak.
|
||||
Loading…
Reference in New Issue