MdePkg: Remove X86 ASM and S files
NASM has replaced ASM and S files. 1. Remove ASM from all modules. 2. Remove S files from the drivers only. 3. https://bugzilla.tianocore.org/show_bug.cgi?id=881 After NASM is updated, S files can be removed from Library. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
## @file
|
||||
# Base Synchronization Library implementation.
|
||||
#
|
||||
# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
|
||||
#
|
||||
# This program and the accompanying materials
|
||||
@@ -39,15 +39,10 @@
|
||||
SynchronizationMsc.c | MSFT
|
||||
|
||||
Ia32/InterlockedCompareExchange64.nasm| INTEL
|
||||
Ia32/InterlockedCompareExchange64.asm | INTEL
|
||||
Ia32/InterlockedCompareExchange32.nasm| INTEL
|
||||
Ia32/InterlockedCompareExchange32.asm | INTEL
|
||||
Ia32/InterlockedCompareExchange16.nasm| INTEL
|
||||
Ia32/InterlockedCompareExchange16.asm | INTEL
|
||||
Ia32/InterlockedDecrement.nasm| INTEL
|
||||
Ia32/InterlockedDecrement.asm | INTEL
|
||||
Ia32/InterlockedIncrement.nasm| INTEL
|
||||
Ia32/InterlockedIncrement.asm | INTEL
|
||||
Synchronization.c | INTEL
|
||||
|
||||
Ia32/InternalGetSpinLockProperties.c | GCC
|
||||
@@ -61,20 +56,15 @@
|
||||
X64/InterlockedCompareExchange16.c | MSFT
|
||||
|
||||
X64/InterlockedCompareExchange64.nasm| INTEL
|
||||
X64/InterlockedCompareExchange64.asm | INTEL
|
||||
X64/InterlockedCompareExchange32.nasm| INTEL
|
||||
X64/InterlockedCompareExchange32.asm | INTEL
|
||||
X64/InterlockedCompareExchange16.nasm| INTEL
|
||||
X64/InterlockedCompareExchange16.asm | INTEL
|
||||
|
||||
X64/InterlockedDecrement.c | MSFT
|
||||
X64/InterlockedIncrement.c | MSFT
|
||||
SynchronizationMsc.c | MSFT
|
||||
|
||||
X64/InterlockedDecrement.nasm| INTEL
|
||||
X64/InterlockedDecrement.asm | INTEL
|
||||
X64/InterlockedIncrement.nasm| INTEL
|
||||
X64/InterlockedIncrement.asm | INTEL
|
||||
Synchronization.c | INTEL
|
||||
|
||||
Ia32/InternalGetSpinLockProperties.c | GCC
|
||||
|
Reference in New Issue
Block a user