From 65daf5bed68f3e792e80f7c9a12871fd71da32a2 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 20 Apr 2022 13:37:51 +0100 Subject: Add linker warning for when it creates an executable stack. PR 29072 --- ld/testsuite/ld-x86-64/start.s | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/testsuite/ld-x86-64/start.s') diff --git a/ld/testsuite/ld-x86-64/start.s b/ld/testsuite/ld-x86-64/start.s index 80301c6..4262a33 100644 --- a/ld/testsuite/ld-x86-64/start.s +++ b/ld/testsuite/ld-x86-64/start.s @@ -1,3 +1,4 @@ .globl _start _start: jmp foo + .section .note.GNU-stack -- cgit v1.1