diff options
Diffstat (limited to 'lld')
-rw-r--r-- | lld/lib/ReaderWriter/ELF/TODO.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/ELF/TODO.txt b/lld/lib/ReaderWriter/ELF/TODO.txt index f2fe26dfb1a..5723458abf1 100644 --- a/lld/lib/ReaderWriter/ELF/TODO.txt +++ b/lld/lib/ReaderWriter/ELF/TODO.txt @@ -6,7 +6,7 @@ lib/ReaderWriter/ELF - _GLOBAL_OFFSET_TABLE should be hidden and normally dropped from the output. -- Preserve SHT_NOTE sections from input, merge them if applicable. +- Merge SHT_NOTE sections only if applicable. - Do not create __got_* / __plt_* symbol table entries by default. @@ -17,3 +17,5 @@ lib/ReaderWriter/ELF - Gnu linkonce sections. - ScriptLayout + +- Fix section flags as they appear in input (update content permissions) |