From 1a2f870c9babe077c2d3abea23b6e8e044778341 Mon Sep 17 00:00:00 2001 From: pkandel Date: Thu, 4 Jun 2009 16:16:15 +0000 Subject: Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8467 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Ia32/ProcessorBind.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'MdePkg/Include/Ia32') diff --git a/MdePkg/Include/Ia32/ProcessorBind.h b/MdePkg/Include/Ia32/ProcessorBind.h index 5bb57fc7e2..edf881b7ee 100644 --- a/MdePkg/Include/Ia32/ProcessorBind.h +++ b/MdePkg/Include/Ia32/ProcessorBind.h @@ -1,5 +1,5 @@ /** @file - Processor or Compiler specific defines and types for Ia32 architecture. + Processor or Compiler specific defines and types for IA-32 architecture. Copyright (c) 2006 - 2009, Intel Corporation
All rights reserved. This program and the accompanying materials @@ -333,7 +333,7 @@ typedef INT32 INTN; #endif // -// Macros for GNU assembly code +// For symbol name in GNU assembly code, an extra "_" is necessary // #if defined(__GNUC__) #if defined(linux) @@ -341,16 +341,11 @@ typedef INT32 INTN; #else #define ASM_PFX(name) _##name #endif - /// - /// For GNU assembly code, .global or .globl can declare global symbols. - /// Define this macro to unify the usage. - /// - #define ASM_GLOBAL .globl #endif /** Return the pointer to the first instruction of a function given a function pointer. - On IA32 CPU architectures, these two pointer values are the same, + On IA-32 CPU architectures, these two pointer values are the same, so the implementation of this macro is very simple. @param FunctionPointer A pointer to a function. -- cgit v1.2.3