diff options
| -rw-r--r-- | lld/lib/ReaderWriter/ELF/TODO.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lld/lib/ReaderWriter/ELF/TODO.txt b/lld/lib/ReaderWriter/ELF/TODO.txt index 7e699108e50..f2fe26dfb1a 100644 --- a/lld/lib/ReaderWriter/ELF/TODO.txt +++ b/lld/lib/ReaderWriter/ELF/TODO.txt @@ -4,8 +4,6 @@ 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. - 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. - Weak references to symbols defined in a DSO should remain weak. + +- Section Groups. + +- Gnu linkonce sections. + +- ScriptLayout |

