diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-09-05 13:33:37 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-09-05 15:38:53 +0100 |
commit | bc54e50e0fe03c570014f363b547426913e92449 (patch) | |
tree | 16fbac64fe38cb05de09e45eb5d7752503eb9692 /MdeModulePkg/Bus/Pci | |
parent | 70c368e26f79ba4d0867090b88d48b86884e6ab2 (diff) | |
download | edk2-platforms-bc54e50e0fe03c570014f363b547426913e92449.tar.xz |
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>
Diffstat (limited to 'MdeModulePkg/Bus/Pci')
0 files changed, 0 insertions, 0 deletions