X Tutup
The Wayback Machine - https://web.archive.org/web/20230218232213/https://github.com/nodejs/node/commit/eb0faa12df
Skip to content
Permalink
Browse files
src: add .note.GNU-stack section
This indicates to GNU binutils that it can unset the executable stack
flag on the binary that it is building.

PR-URL: #37688
Refs: #17933
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
  • Loading branch information
jayaddison authored and targos committed May 1, 2021
1 parent 6d7c7bc commit eb0faa1
Showing 1 changed file with 3 additions and 0 deletions.
@@ -1,3 +1,6 @@
#if defined(__ELF__)
.section .note.GNU-stack,"",@progbits
#endif
.text
.align 0x2000
.global __node_text_start

0 comments on commit eb0faa1

Please sign in to comment.
X Tutup