Skip to content

Commit 7d8cc2a

Browse files
sgallaghertargos
authored andcommitted
src: use %progbits instead of @progbits
While @progbits is preferred for most architectures, there are some (notably 32-bit ARM) for which it does not. %progbits is effective everywhere. See https://bugzilla.redhat.com/show_bug.cgi?id=1950528 for more details. Related: #17933 Related: #37688 Signed-off-by: Stephen Gallagher <[email protected]> PR-URL: #38312 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent bcc5e2a commit 7d8cc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/large_pages/node_text_start.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if defined(__ELF__)
2-
.section .note.GNU-stack,"",@progbits
2+
.section .note.GNU-stack,"",%progbits
33
#endif
44
.text
55
.align 0x2000

0 commit comments

Comments
 (0)