Add some missing 64-bit math functions for gcc

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9715 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
AJFISH
2010-01-12 18:23:25 +00:00
parent 95157291b0
commit 06dc4de11b
4 changed files with 151 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#%HEADER%
#/** @file
# Base Library implementation.
#
@@ -79,6 +79,9 @@
# Arm/clzsi2.c | GCC
# Arm/ctzsi2.c | GCC
# Arm/ucmpdi2.c | GCC
Arm/clzsi2.S | GCC
Arm/ctzsi2.S | GCC
Arm/ucmpdi2.S | GCC
Arm/switch8.S | GCC
Arm/switchu8.S | GCC
Arm/switch16.S | GCC