]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
ArmPkg/CompilerIntrinsicsLib: Remove unused sources and clean up .inf
authorPete Batard <pete@akeo.ie>
Mon, 13 May 2019 08:54:13 +0000 (09:54 +0100)
committerLeif Lindholm <leif.lindholm@linaro.org>
Mon, 13 May 2019 15:53:38 +0000 (16:53 +0100)
commitc4521157bf57728ce18bdcc6b88792557b59bd84
tree68d36e0f255f2b9583cba2e73536f599d119dba9
parent4ff689d98277c7cb15859e9e922ad5d67e05122e
ArmPkg/CompilerIntrinsicsLib: Remove unused sources and clean up .inf

None of the .c/.h in Arm/ are used any more => remove them.
Also merge the CC flags for MSFT ARM and ARM64, since these are the
only archs we support for this package.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Pete Batard <pete@akeo.ie>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
19 files changed:
ArmPkg/Library/CompilerIntrinsicsLib/Arm/Llvm_int_lib.h [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/ashldi3.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/ashrdi3.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/clzsi2.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/ctzsi2.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/divdi3.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/divsi3.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/lshrdi3.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/moddi3.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/modsi3.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/muldi3.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/ucmpdi2.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/udivdi3.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/udivmoddi4.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/udivsi3.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/uldivmod.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/umoddi3.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/umodsi3.c [deleted file]
ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf