On 12 May 2016 at 12:49, Michael Zimmermann <[email protected]> wrote: > this is weird because fno-builtin (which is set for AARCH64) should prevent > that. >
No, it doesn't. -fbuiltin affects GCC builtins only. Calls to memcpy and memset (but also various EABI specific routines on 32-bit ARM) will still be emitted by the compiler. Check ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf for more details _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

