Add GLOBAL_FUNCTION macro for Itanium

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2116 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney 2006-12-19 04:01:41 +00:00
parent a720748034
commit c529b1250b
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ name::
mov ar##.##pfs=loc1 ;;\
br##.##ret##.##dpnt b0;;
#define GLOBAL_FUNCTION(Function) \
.##type Function, @function; \
.##global Function
#define INTERRUPT_HANDLER_BEGIN(name) \
PROCEDURE_ENTRY(name##HandlerBegin) \