[PATCH] D14571: [ELF2] - Implemented PT_GNU_STACK support
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 14 03:10:51 PST 2015
grimar updated this revision to Diff 40211.
grimar added a comment.
PT_GNU_STACK header is always created (stack is readonly by default).
Lots of test were updated because of above.
-z execstack implemented.
http://reviews.llvm.org/D14571
Files:
ELF/Config.h
ELF/Driver.cpp
ELF/Writer.cpp
test/elf2/basic-aarch64.s
test/elf2/basic-mips.s
test/elf2/basic.s
test/elf2/basic32.s
test/elf2/basic64be.s
test/elf2/eh-frame-merge.s
test/elf2/gnu-hash-table.s
test/elf2/gnustack.s
test/elf2/merge-shared.s
test/elf2/merge-string.s
test/elf2/merge-sym.s
test/elf2/merge.s
test/elf2/program-header-layout.s
test/elf2/relative-dynamic-reloc-ppc64.s
test/elf2/relative-dynamic-reloc.s
test/elf2/relocation-local.s
test/elf2/relocation.s
test/elf2/shared.s
test/elf2/string-table.s
test/elf2/symbols.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14571.40211.patch
Type: text/x-patch
Size: 29493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151114/5436694d/attachment.bin>
More information about the llvm-commits
mailing list