[lld] r235706 - [ARM] Update TODO notes

Denis Protivensky dprotivensky at accesssoftek.com
Fri Apr 24 02:55:11 PDT 2015


Author: denis-protivensky
Date: Fri Apr 24 04:55:11 2015
New Revision: 235706

URL: http://llvm.org/viewvc/llvm-project?rev=235706&view=rev
Log:
[ARM] Update TODO notes

Modified:
    lld/trunk/lib/ReaderWriter/ELF/ARM/TODO.rst

Modified: lld/trunk/lib/ReaderWriter/ELF/ARM/TODO.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/ARM/TODO.rst?rev=235706&r1=235705&r2=235706&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/ARM/TODO.rst (original)
+++ lld/trunk/lib/ReaderWriter/ELF/ARM/TODO.rst Fri Apr 24 04:55:11 2015
@@ -4,14 +4,15 @@ ELF ARM
 Unimplemented Features
 ######################
 
-* Static executable linking - in progress
-* Dynamic executable linking
 * DSO linking
-* PLT entries' generation for images larger than 2^28 bytes (see Sec. A.3 of the ELF reference)
-* ARM and Thumb interworking (see http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0203j/Bcghfebi.html)
-* .ARM.exidx section handling
+* C++ code linking
+* PLT entries' generation for images larger than 2^28 bytes (see Sec. A.3 of the ARM ELF reference)
+* ARM/Thumb interwork veneers in position-independent code
+* .ARM.exidx section (exception handling)
 * -init/-fini options
-* Lots of relocations
+* Proper debug information (DWARF data)
+* TLS relocations for dynamic models
+* Lots of other relocations
 
 Unimplemented Relocations
 #########################





More information about the llvm-commits mailing list