]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SourceLevelDebugPkg/PeCoffExtraActionLibDebug: Remove .S files
authorShenglei Zhang <shenglei.zhang@intel.com>
Mon, 1 Apr 2019 02:17:55 +0000 (10:17 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 3 Apr 2019 05:27:44 +0000 (13:27 +0800)
.nasm file has been added for X86 arch. .S assembly code
is not required any more.
https://bugzilla.tianocore.org/show_bug.cgi?id=1594

Cc: Hao Wu <hao.a.wu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/IntHandler.S [deleted file]
SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/IntHandler.S [deleted file]

diff --git a/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/IntHandler.S b/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/IntHandler.S
deleted file mode 100644 (file)
index 69c9037..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#------------------------------------------------------------------------------\r
-#\r
-# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php.\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-# Module Name:\r
-#\r
-#   IntHandler.S\r
-#\r
-# Abstract:\r
-#\r
-#   Assembly interrupt handler function.\r
-#\r
-#------------------------------------------------------------------------------\r
-\r
-ASM_GLOBAL ASM_PFX(AsmInterruptHandle)\r
-\r
-.text\r
-ASM_PFX(AsmInterruptHandle):\r
-   cli\r
-   movb   $1, %al\r
-   iretl\r
index 1c52a000b03975ce4a8a8afa52dfc90385cb734e..fd56b8c94a0725ac1b0004e8c6dc84226c53fde8 100644 (file)
 [Sources.IA32]\r
   Ia32/IntHandlerFuncs.c\r
   Ia32/IntHandler.nasm\r
-  Ia32/IntHandler.S\r
 \r
 [Sources.X64]\r
   X64/IntHandlerFuncs.c\r
   X64/IntHandler.nasm\r
-  X64/IntHandler.S\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
diff --git a/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/IntHandler.S b/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/IntHandler.S
deleted file mode 100644 (file)
index 108b40c..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#------------------------------------------------------------------------------\r
-#\r
-# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php.\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-# Module Name:\r
-#\r
-#   IntHandler.S\r
-#\r
-# Abstract:\r
-#\r
-#   Assembly interrupt handler function.\r
-#\r
-#------------------------------------------------------------------------------\r
-\r
-ASM_GLOBAL ASM_PFX(AsmInterruptHandle)\r
-\r
-.text\r
-ASM_PFX(AsmInterruptHandle):\r
-   cli\r
-   movb   $1, %al\r
-   iretq\r