gnu-efi/lib
Sergei Trofimovich 803b49c40b */*.S: add non-executable GNU stack marking on ELF-linux
binutils-2.39 enabed a few warning by default
(https://sourceware.org/pipermail/binutils/2022-August/122246.html):

> The ELF linker will now generate a warning message if the stack is made executable.

Let's suppress the warnings in assembly files by adding non-executables
stack markings. This fixes at least systemd build which uses '-Wl,--fatal-warnings':

    https://github.com/systemd/systemd/issues/24226
2022-08-08 11:35:10 -04:00
..
aarch64 */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
arm */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
ia32 */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
ia64 */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
mips64el */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
riscv64 */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
runtime Fix CopyMem() not handling overlaps 2021-03-08 14:58:21 -05:00
x86_64 */*.S: add non-executable GNU stack marking on ELF-linux 2022-08-08 11:35:10 -04:00
boxdraw.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
cmdline.c Move EFI_SHELL_PARAMETERS_PROTOCOL related definitions to efishell.h 2020-11-15 15:15:18 +08:00
console.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
crc.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
data.c Add definitions for the EFI device tree table 2021-07-16 16:36:46 +02:00
debug.c GCC 4.8 (and others) const warnings 2017-01-08 06:52:33 -05:00
dpath.c * Fixed typeo lib/error.c EFI_WARN_UNKNOWN_GLYPH definition. 2019-01-09 07:03:46 -05:00
error.c Define UnicodeSPrint/UnicodeVSPrint as our main SPrint/VSPrint calls 2021-03-08 15:00:14 -05:00
event.c When copying structs, some compilers (e.g. MSVC for ARM) will use an 2016-04-04 10:09:51 -04:00
exit.c add-Exit - Add Exit() library function which calls BS->Exit() 2017-02-17 16:30:28 -05:00
guid.c Define UnicodeSPrint/UnicodeVSPrint as our main SPrint/VSPrint calls 2021-03-08 15:00:14 -05:00
hand.c lib/hand: missing va_end() in LibReinstallProtocolInterfaces() 2021-06-22 00:17:00 +02:00
hw.c Commit 3dd05c and subsequent ones introduced the use of the GNU 2016-03-25 13:32:54 -04:00
init.c Move memcpy/memset definition to global init.c 2017-11-06 09:38:38 -05:00
lock.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
Makefile lib/Makefile: add .o file dependency on libsubdirs targets 2022-07-25 10:39:43 -04:00
Makefile.orig Turns out we actually need setjmp in one of gnu-efi's prominent 2015-05-14 12:20:51 -04:00
misc.c lib/misc: avoid NULL dereference in LibInsertToTailOfBootOrder 2021-06-22 00:17:00 +02:00
pause.c Replace Pause() macro with new library function 2020-07-22 17:49:07 +08:00
print.c Fix VS2019 Code Analysis warnings 2021-07-16 12:43:24 -04:00
smbios.c Fix VS2019 Code Analysis warnings 2021-07-16 12:43:24 -04:00
sread.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
str.c Fix VS2019 Code Analysis warnings 2021-07-16 12:43:24 -04:00