]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Include/AsmMacroExport.inc
ArmPkg: Remove RVCT support
[mirror_edk2.git] / ArmPkg / Include / AsmMacroExport.inc
diff --git a/ArmPkg/Include/AsmMacroExport.inc b/ArmPkg/Include/AsmMacroExport.inc
deleted file mode 100644 (file)
index 615feee..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-;%HEADER%\r
-;/** @file\r
-;  Macros to centralize the EXPORT, AREA, and definition of an assembly\r
-;  function.  The AREA prefix is required to put the function in its own\r
-;  section so that removal of unused functions in the final link is performed.\r
-;  This provides  equivalent functionality to the compiler's --split-sections\r
-;  option.\r
-;\r
-;  Copyright (c) 2015 HP Development Company, L.P.\r
-;\r
-;  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-;\r
-;**/\r
-\r
-\r
-  MACRO\r
-  RVCT_ASM_EXPORT $func\r
-    EXPORT  $func\r
-    AREA s_$func, CODE, READONLY\r
-$func\r
-  MEND\r
-\r
-  END\r