]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ipf/IpfMacro.i
edk2/MdePkg/Include/Ia32/ProcessorBind.h:
[mirror_edk2.git] / MdePkg / Include / Ipf / IpfMacro.i
index 86fd3c1a8e03f2d26a688bb85bcae18fca4338bf..7166ed70aabdfdc8f2610a43c3199612c1216784 100644 (file)
@@ -1,13 +1,13 @@
 //++\r
-// Copyright (c) 2006, Intel Corporation                                                         \r
-// All rights reserved. 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
+// Copyright (c) 2006, Intel Corporation\r
+// All rights reserved. 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
 //  IpfMacro.i\r
 //\r
@@ -43,7 +43,15 @@ name::
 \r
 #define GLOBAL_FUNCTION(Function) \\r
          .##type   Function, @function; \\r
-         .##global Function\r
+         .##globl Function\r
+\r
+#define GLOBAL_OBJECT(Object) \\r
+         .##type   Object, @object; \\r
+         .##globl  Object\r
+\r
+#define GLOBAL_CONSTANT(Constant) \\r
+         .##type   Constant, @notype; \\r
+         .##globl  Constant\r
 \r
 #define INTERRUPT_HANDLER_BEGIN(name) \\r
 PROCEDURE_ENTRY(name##HandlerBegin) \\r
@@ -53,7 +61,7 @@ PROCEDURE_EXIT(name##HandlerBegin)
 #define INTERRUPT_HANDLER_END(name) \\r
 PROCEDURE_ENTRY(name##HandlerEnd) \\r
 ;; \\r
-PROCEDURE_EXIT(name##HandlerEnd) \r
+PROCEDURE_EXIT(name##HandlerEnd)\r
 \r
 \r
 #define INTERRUPT_HANDLER_BLOCK_BEGIN \\r