[PATCH] D14571: [ELF2] - Implemented PT_GNU_STACK support

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 06:13:58 PST 2015


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.

PT_GNU_STACK  is a entry in the elf file format which contains the access rights (read, write, execute) of the stack.

http://reviews.llvm.org/D14571

Files:
  ELF/Writer.cpp
  test/elf2/Inputs/gnustack.s
  test/elf2/Inputs/gnustack2.s
  test/elf2/gnustack.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14571.39908.patch
Type: text/x-patch
Size: 6567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151111/1c221c09/attachment.bin>


More information about the llvm-commits mailing list