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 <sgallagh@redhat.com>

PR-URL: #38312
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • 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
@@ -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.