1. Restore the inline C implementation of GCC assembly files that was temporarily removed in Svn r10045.

2. Remove 139 GCC assembly files whose functionality have been covered in the inline C implementation.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10503 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2010-05-18 05:37:58 +00:00
parent 40d841f6a8
commit cf683fedc7
148 changed files with 4020 additions and 5107 deletions

View File

@ -41,10 +41,7 @@
Ia32/InterlockedIncrement.asm | INTEL
Synchronization.c | INTEL
Ia32/InterlockedCompareExchange64.S | GCC
Ia32/InterlockedCompareExchange32.S | GCC
Ia32/InterlockedDecrement.S | GCC
Ia32/InterlockedIncrement.S | GCC
Ia32/GccInline.c | GCC
SynchronizationGcc.c | GCC
[Sources.X64]
@ -62,11 +59,7 @@
X64/InterlockedIncrement.asm | INTEL
Synchronization.c | INTEL
X64/InterlockedIncrement.S | GCC
X64/InterlockedDecrement.S | GCC
X64/InterlockedCompareExchange64.S | GCC
X64/InterlockedCompareExchange32.S | GCC
X64/GccInline.c | GCC
SynchronizationGcc.c | GCC
[Sources.IPF]