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:
		@@ -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) \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user