Start a TODO list for the ELF backend.

llvm-svn: 189890
This commit is contained in:
Joerg Sonnenberger 2013-09-04 00:00:48 +00:00
parent e544143f03
commit 37f50b7ccc
1 changed files with 17 additions and 0 deletions

View File

@ -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.