From e17568ad0642490143d0c6b154c874b9b9e285bf Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Fri, 30 Jun 2023 10:59:59 +0100 Subject: [build] Inhibit linker warnings about an implied executable stack Signed-off-by: Geert Stappers Modified-by: Michael Brown Signed-off-by: Michael Brown --- src/arch/x86/interface/pxe/pxe_entry.S | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/x86/interface/pxe/pxe_entry.S') diff --git a/src/arch/x86/interface/pxe/pxe_entry.S b/src/arch/x86/interface/pxe/pxe_entry.S index 3a5a100e3..354dd1b35 100644 --- a/src/arch/x86/interface/pxe/pxe_entry.S +++ b/src/arch/x86/interface/pxe/pxe_entry.S @@ -26,6 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ) #include + .section ".note.GNU-stack", "", @progbits .arch i386 /**************************************************************************** -- cgit v1.2.3-55-g7522