From: Michael Brown Date: Tue, 4 Jul 2023 14:12:49 +0000 (+0100) Subject: [build] Inhibit more linker warnings about an implied executable stack X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=824441069010806b63cc5d110e5acd1f1d1ee858;p=thirdparty%2Fipxe.git [build] Inhibit more linker warnings about an implied executable stack Add .note.GNU-stack section declarations to the autogenerated PCI device ID list objects. Signed-off-by: Michael Brown --- diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 3b8ee2587..d13cb3671 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -1009,6 +1009,7 @@ endif # Device ID tables (using IDs from ROM definition file) # define obj_pci_id_asm + .section ".note.GNU-stack", "", $(ASM_TCHAR)progbits .section ".pci_devlist.$(1)", "a", $(ASM_TCHAR)progbits .globl pci_devlist_$(1) pci_devlist_$(1):