audk/ArmPkg
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
..
Application/LinuxLoader ArmPkg: LinuxLoader: fix typo in help string 2016-01-20 14:55:58 +00:00
Drivers ArmPkg/ArmGicV3: switch to ASM_FUNC() asm macro 2016-08-11 12:29:31 +02:00
Filesystem/SemihostFs ArmPkg/SemihostFs: Implement SetInfo() and handle seeking past the end of a file 2014-10-27 10:42:51 +00:00
Include ArmPkg: introduce ASM_FUNC, MOV32/MOV64 and ADRL/LDRL macros 2016-08-11 12:29:31 +02:00
Library ArmPkg/CompilerIntrinsicsLib ARM: make memset() weak again 2016-09-05 15:38:53 +01:00
ArmPkg.dec ArmPkg: introduce ArmMmuLib library class 2016-07-07 14:33:47 +02:00
ArmPkg.dsc ArmPkg: remove BaseMemoryLibVstm implementation of BaseMemoryLib 2016-09-01 15:03:00 +01:00
Contributions.txt */Contributions.txt: Update example email address 2015-02-03 17:29:14 +00:00
License.txt ArmPkg: Rectify file modes 2016-01-30 12:25:59 +00:00