In general .ctors/.dtors sections might be considered as obsoleted but they still used on some target platforms like MIPS and maybe others.
Let's support ordering of such sections.
Paths
| Differential D3921
[ELF] Implement .{ctors,dtors}.<priority> sections ordering AbandonedPublic Authored by atanasyan on May 27 2014, 5:03 AM.
Details
Diff Detail Event Timeline
Revision Contents
Diff 9831 lib/ReaderWriter/ELF/CMakeLists.txt
lib/ReaderWriter/ELF/CtorsOrderPass.h
lib/ReaderWriter/ELF/CtorsOrderPass.cpp
lib/ReaderWriter/ELF/DefaultLayout.h
lib/ReaderWriter/ELF/ELFLinkingContext.cpp
test/elf/ctors-order.test
|