audk/ArmPkg/Library/CompilerIntrinsicsLib
Ard Biesheuvel f8c51389c6 ArmPkg/CompilerIntrinsicsLib: make the default memset() weak
The ARM compiler intrinsics library defines __aeabi_memset() and
memset() in the same object, which means that both will be pulled
in if either is referenced.

The IntrinsicLib in CryptoPkg defines its own, preferred memset(),
which may clash with our memset(). So make our version weak.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
2016-08-05 16:32:36 +02:00
..
AArch64 ARM Packages: use GCC_ASM_EXPORT to export functions 2014-05-08 14:55:52 +00:00
Arm ArmPkg/CompilerIntrinsicsLib: make the default memset() weak 2016-08-05 16:32:36 +02:00
CompilerIntrinsicsLib.inf ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macro 2015-12-03 20:28:02 +00:00