gnu-efi/lib
Nigel Croxon b1d426ce67 Move memcpy/memset definition to global init.c
Following up on previous patch, I think we should move
memcpy/memset definitions to the global init.c, since MSVC does
also inserts calls to memset/memcpy for the x86_32 platform,
even when disabling standard libraries and intrinsics.

All in all, it looks like, for all platforms, we should assume
that a compiler may still insert these calls regardless.

Signed-off-by: Pete Batard <pete@akeo.ie>
Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
2017-11-06 09:38:38 -05:00
..
aarch64 Move memcpy/memset definition to global init.c 2017-11-06 09:38:38 -05:00
arm Move memcpy/memset definition to global init.c 2017-11-06 09:38:38 -05:00
ia32 The default __GNUC__ C code cannot be used with MinGW as it inserts 2016-04-18 10:54:32 -04:00
ia64 Commit 3dd05c and subsequent ones introduced the use of the GNU 2016-03-25 13:32:54 -04:00
mips64el Move memcpy/memset definition to global init.c 2017-11-06 09:38:38 -05:00
runtime The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
x86_64 I also found an issue when compiling setjmp.S using MinGW for both 2016-03-25 13:36:53 -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 Don't pass a pointer-to-(LoadedImage *) as a void **; 2016-03-03 16:24:31 -05: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-Exit - Add Exit() library function which calls BS->Exit() 2017-02-17 16:30:28 -05:00
debug.c GCC 4.8 (and others) const warnings 2017-01-08 06:52:33 -05:00
dpath.c Commit 3dd05c and subsequent ones introduced the use of the GNU 2016-03-25 13:32:54 -04:00
error.c Added some missing error code descriptions 2015-05-14 12:38:39 -04: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 fix clang support. 2017-02-17 16:24:26 -05:00
hand.c This makes "-Werror=unused-but-set-variable" work. 2016-03-03 16:19:24 -05: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
lib.h On x86_64, newish gcc will use relocation types R_X86_64_GOTPCREL, 2017-04-07 13:16:58 -04:00
lock.c The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
Makefile Use ARFLAGS when invoking ar. 2017-08-07 13:32:54 -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 The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it. 2014-11-25 10:09:50 -05:00
print.c Add the fallthrough attribute to notify gcc7 that it's on purpose. 2017-05-31 06:53:49 -04:00
smbios.c From: Pete Batard <pete@akeo.ie> 2015-01-05 13:13:22 -05: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 Commit 3dd05c and subsequent ones introduced the use of the GNU 2016-03-25 13:32:54 -04:00