mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
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> |
||
|---|---|---|
| .. | ||
| div.S | ||
| edk2asm.h | ||
| efi_stub.S | ||
| initplat.c | ||
| ldivmod.S | ||
| llsl.S | ||
| llsr.S | ||
| math.c | ||
| mullu.S | ||
| setjmp.S | ||
| uldiv.S | ||