edk2/ArmPkg/Library/CompilerIntrinsicsLib
Ard Biesheuvel bc54e50e0f ArmPkg/CompilerIntrinsicsLib ARM: make memset() weak again
After the recent update of CompilerIntrinsicsLib, our memset() is no
longer emitted as a weak symbol. On ARM, this may cause problems when
combining this library with another library that supplies memset() [e.g.,
CryptoPkg/IntrinsicLib], due to the fact that the object also supplies
the __aeabi_memXXX entry points, which can only be satisfied by this
object. So make our memset() weak again, to let the other implementation
take precedence.

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-09-05 15:38:53 +01:00
..
Arm ArmPkg/CompilerIntrinsicsLib: replace memcpy and memset with C code 2016-09-01 14:51:18 +01:00
CompilerIntrinsicsLib.inf ArmPkg/CompilerIntrinsicsLib: replace memcpy and memset with C code 2016-09-01 14:51:18 +01:00
memcpy.c ArmPkg/CompilerIntrinsicsLib: replace memcpy and memset with C code 2016-09-01 14:51:18 +01:00
memset.c ArmPkg/CompilerIntrinsicsLib ARM: make memset() weak again 2016-09-05 15:38:53 +01:00