diff options
| author | Geert Stappers | 2023-06-30 11:59:59 +0200 |
|---|---|---|
| committer | Michael Brown | 2023-06-30 12:05:37 +0200 |
| commit | e17568ad0642490143d0c6b154c874b9b9e285bf (patch) | |
| tree | f1c70ecf61dbd0ee0ed60b266da02aec4de075ef /src/arch/x86/prefix/pxeprefix.S | |
| parent | [build] Avoid using multiple target patterns in pattern rules (diff) | |
| download | ipxe-e17568ad0642490143d0c6b154c874b9b9e285bf.tar.gz ipxe-e17568ad0642490143d0c6b154c874b9b9e285bf.tar.xz ipxe-e17568ad0642490143d0c6b154c874b9b9e285bf.zip | |
[build] Inhibit linker warnings about an implied executable stack
Signed-off-by: Geert Stappers <stappers@stappers.it>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/prefix/pxeprefix.S')
| -rw-r--r-- | src/arch/x86/prefix/pxeprefix.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/prefix/pxeprefix.S b/src/arch/x86/prefix/pxeprefix.S index 52ea18039..494fbc138 100644 --- a/src/arch/x86/prefix/pxeprefix.S +++ b/src/arch/x86/prefix/pxeprefix.S @@ -11,6 +11,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ) #define PXE_HACK_EB54 0x0001 + .section ".note.GNU-stack", "", @progbits .text .arch i386 .org 0 |
