From c170026b7b63bbfcd48703a9809f2c7fac5171f8 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 20 Apr 2021 08:55:14 -0400 Subject: [PATCH] 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: https://github.com/nodejs/node/issues/17933 Related: https://github.com/nodejs/node/pull/37688 Signed-off-by: Stephen Gallagher PR-URL: https://github.com/nodejs/node/pull/38312 Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Colin Ihrig --- src/large_pages/node_text_start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/large_pages/node_text_start.S b/src/large_pages/node_text_start.S index 3227b62464932c..d27dd39cc236f0 100644 --- a/src/large_pages/node_text_start.S +++ b/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