Skip to content

Commit bd478f3

Browse files
committed
Move .note.GNU-stack section to beginning of assembly file
1 parent b4f3e39 commit bd478f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/large_pages/node_text_start.S

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
#if defined(__ELF__)
2+
.section .note.GNU-stack,"",@progbits
3+
#endif
14
.text
25
.align 0x2000
36
.global __node_text_start
47
.hidden __node_text_start
5-
#if defined(__ELF__)
6-
.section .note.GNU-stack,"",@progbits
7-
#endif
88
__node_text_start:

0 commit comments

Comments
 (0)