summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-09-05 13:33:37 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2016-09-05 15:38:53 +0100
commitbc54e50e0fe03c570014f363b547426913e92449 (patch)
tree16fbac64fe38cb05de09e45eb5d7752503eb9692 /MdeModulePkg/Bus/Pci
parent70c368e26f79ba4d0867090b88d48b86884e6ab2 (diff)
downloadedk2-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