Get rid of darwin'isms. Provide convenient macro for assembler local lables.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129766 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/arm/divmodsi4.S b/lib/arm/divmodsi4.S
index b11a4a8..cec39a7 100644
--- a/lib/arm/divmodsi4.S
+++ b/lib/arm/divmodsi4.S
@@ -36,7 +36,7 @@
     sub     r0,     ip, r0, asr #31
     sub     r1,     lr, r1, asr #31
 //  Unsigned divmod:
-    bl      ___udivmodsi4
+    bl      SYMBOL_NAME(__udivmodsi4)
 //  Apply the sign of quotient and modulus
     ldr     r1,    [r6]
     eor     r0,     r0, r4, asr #31