gnu-efi/lib/loongarch64/efi_stub.S
Xiaotian Wu e5b1a35303 add non-executable GNU stack marking on ELF-linux
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
2024-03-22 10:24:23 -04:00

5 lines
145 B
ArmAsm

/* This stub is a stub to make the build happy */
#if defined(__ELF__) && defined(__linux__)
.section .note.GNU-stack,"",%progbits
#endif