]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/CompilerIntrinsicsLib/Arm/ldivmod.asm
ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macro
[mirror_edk2.git] / ArmPkg / Library / CompilerIntrinsicsLib / Arm / ldivmod.asm
index 9c14e89a01964ff2062de2cf94baaa4c17f8bbba..c71bd59e4520768290a43ed63a68f8090c78b355 100644 (file)
 //------------------------------------------------------------------------------\r
 \r
 \r
-    EXPORT  __aeabi_ldivmod\r
     EXTERN  __aeabi_uldivmod\r
 \r
-    AREA    Math, CODE, READONLY\r
+    INCLUDE AsmMacroExport.inc\r
 \r
 ;\r
 ;UINT32\r
@@ -27,7 +26,7 @@
 ;  );\r
 ;\r
 \r
-__aeabi_ldivmod\r
+ RVCT_ASM_EXPORT __aeabi_ldivmod\r
     PUSH     {r4,lr}\r
     ASRS     r4,r1,#1\r
     EOR      r4,r4,r3,LSR #1\r