Merge "crtend*: Add GNU_STACK note"

This commit is contained in:
Nick Kralevich 2012-08-10 14:29:26 -07:00 committed by android code review
commit 38a02b4b80
2 changed files with 6 additions and 0 deletions

View File

@ -38,3 +38,6 @@
.section .ctors, "aw"
.long 0
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif

View File

@ -36,3 +36,6 @@
.section .fini_array, "aw"
.long 0
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif