[ARM] Update TODO notes
authorDenis Protivensky <dprotivensky@accesssoftek.com>
Fri, 24 Apr 2015 09:55:11 +0000 (09:55 +0000)
committerDenis Protivensky <dprotivensky@accesssoftek.com>
Fri, 24 Apr 2015 09:55:11 +0000 (09:55 +0000)
llvm-svn: 235706

lld/lib/ReaderWriter/ELF/ARM/TODO.rst

index d05419d..61b585a 100644 (file)
@@ -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
 #########################