]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/Arm/ProcessorBind.h
Fix issue with CodeSourcery gcc requiring assembly functions to have a .type define...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Dec 2010 00:58:34 +0000 (00:58 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Dec 2010 00:58:34 +0000 (00:58 +0000)
commite7cb469e3aa3d5b05953a25f1ef40aea89d058c3
treee0c5566224f5d00fc50873dbf2add9dc2856c7fa
parent5792e320d321b7330d9c59859b183e310a34b7a3
Fix issue with CodeSourcery gcc requiring assembly functions to have a .type define inorder to support interworking (calling from thumb(C code) to ARM code (hadn written assembly). We had to add a macro as the .type directive is not supported, or needed, by Xcode. All ARM .S files need to be updated.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11167 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Arm/ProcessorBind.h
MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S
MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
MdePkg/Library/BaseLib/Arm/CpuBreakpoint.S
MdePkg/Library/BaseLib/Arm/DisableInterrupts.S
MdePkg/Library/BaseLib/Arm/EnableInterrupts.S
MdePkg/Library/BaseLib/Arm/GetInterruptsState.S
MdePkg/Library/BaseLib/Arm/Math64.S
MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S