From 87d935dd0917f5460dfc737b143c3e59e7ac64a6 Mon Sep 17 00:00:00 2001 From: Denis Protivensky Date: Fri, 24 Apr 2015 09:55:11 +0000 Subject: [PATCH] [ARM] Update TODO notes llvm-svn: 235706 --- lld/lib/ReaderWriter/ELF/ARM/TODO.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lld/lib/ReaderWriter/ELF/ARM/TODO.rst b/lld/lib/ReaderWriter/ELF/ARM/TODO.rst index d05419d..61b585a 100644 --- a/lld/lib/ReaderWriter/ELF/ARM/TODO.rst +++ b/lld/lib/ReaderWriter/ELF/ARM/TODO.rst @@ -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 ######################### -- 2.7.4