Skip to content

Commit

Permalink
src: use %progbits instead of @progbits
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
sgallagher authored and targos committed Jun 11, 2021
1 parent c03f23e commit c170026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/large_pages/node_text_start.S
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#if defined(__ELF__)
.section .note.GNU-stack,"",@progbits
.section .note.GNU-stack,"",%progbits
#endif
.text
.align 0x2000
Expand Down

0 comments on commit c170026

Please sign in to comment.