]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/Ebc/Dxe/Ia32/EbcLowLevel.S
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / EdkModulePkg / Universal / Ebc / Dxe / Ia32 / EbcLowLevel.S
diff --git a/EdkModulePkg/Universal/Ebc/Dxe/Ia32/EbcLowLevel.S b/EdkModulePkg/Universal/Ebc/Dxe/Ia32/EbcLowLevel.S
deleted file mode 100644 (file)
index 2df0f0c..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-#****************************************************************************
-#*                                                                         
-#*  Copyright (c) 2006, Intel Corporation                                                         
-#*  All rights reserved. This program and the accompanying materials                          
-#*  are licensed and made available under the terms and conditions of the BSD License         
-#*  which accompanies this distribution.  The full text of the license may be found at        
-#*  http://opensource.org/licenses/bsd-license.php                                            
-#*                                                                                            
-#*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     
-#*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             
-#*                                                                          
-#****************************************************************************
-.globl ASM_PFX(CopyMem)
-
-.globl ASM_PFX(EbcLLCALLEXNative)
-ASM_PFX(EbcLLCALLEXNative):
-         push   %ebp\r
-         push   %ebx\r
-         mov    %esp,%ebp\r
-         mov    0xc(%esp),%ecx\r
-         mov    0x14(%esp),%eax\r
-         mov    0x10(%esp),%edx\r
-         sub    %edx,%eax\r
-         sub    %eax,%esp\r
-         mov    %esp,%ebx\r
-         push   %ecx\r
-         push   %eax\r
-         push   %edx\r
-         push   %ebx\r
-         call   ASM_PFX(CopyMem)\r
-         pop    %eax\r
-         pop    %eax\r
-         pop    %eax\r
-         pop    %ecx\r
-         call   *%ecx\r
-         mov    %ebp,%esp\r
-         mov    %ebp,%esp\r
-         pop    %ebx\r
-         pop    %ebp\r
-         ret    \r
-
-.globl ASM_PFX(EbcLLGetEbcEntryPoint)
-ASM_PFX(EbcLLGetEbcEntryPoint):
-        ret    
-
-.globl ASM_PFX(EbcLLGetStackPointer)
-ASM_PFX(EbcLLGetStackPointer):
-        mov    %esp,%eax
-        add    $0x4,%eax
-        ret    
-
-.globl ASM_PFX(EbcLLGetReturnValue)
-ASM_PFX(EbcLLGetReturnValue):
-        ret