diff options
author | Geert Stappers <stappers@stappers.it> | 2023-06-30 10:59:59 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2023-06-30 11:05:37 +0100 |
commit | e17568ad0642490143d0c6b154c874b9b9e285bf (patch) | |
tree | f1c70ecf61dbd0ee0ed60b266da02aec4de075ef /src/arch/x86/prefix/unlzma.S | |
parent | 2524a60550b7b81d32447782e42485997b9af175 (diff) | |
download | ipxe-e17568ad0642490143d0c6b154c874b9b9e285bf.tar.gz |
[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/unlzma.S')
-rw-r--r-- | src/arch/x86/prefix/unlzma.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/prefix/unlzma.S b/src/arch/x86/prefix/unlzma.S index 979f699ee..f4bd81bd2 100644 --- a/src/arch/x86/prefix/unlzma.S +++ b/src/arch/x86/prefix/unlzma.S @@ -43,6 +43,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); **************************************************************************** */ + .section ".note.GNU-stack", "", @progbits .text .arch i486 .section ".prefix.lib", "ax", @progbits |