* commit '73d99958bb8bb4cd8f8a7632aeb7e6afaa1e38f1': crtend*: Add GNU_STACK note
This commit is contained in:
commit
17f65bf468
@ -38,3 +38,6 @@
|
|||||||
.section .ctors, "aw"
|
.section .ctors, "aw"
|
||||||
.long 0
|
.long 0
|
||||||
|
|
||||||
|
#if defined(__linux__) && defined(__ELF__)
|
||||||
|
.section .note.GNU-stack,"",%progbits
|
||||||
|
#endif
|
||||||
|
@ -36,3 +36,6 @@
|
|||||||
.section .fini_array, "aw"
|
.section .fini_array, "aw"
|
||||||
.long 0
|
.long 0
|
||||||
|
|
||||||
|
#if defined(__linux__) && defined(__ELF__)
|
||||||
|
.section .note.GNU-stack,"",%progbits
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user