Index: /trunk/source/lisp-kernel/arm-asmutils.s
===================================================================
--- /trunk/source/lisp-kernel/arm-asmutils.s	(revision 15131)
+++ /trunk/source/lisp-kernel/arm-asmutils.s	(revision 15132)
@@ -194,4 +194,6 @@
         __(mov sp,r1)
         __(bx ip)
+        .globl C(sin)
+        .long C(sin)
 _endfn                
 
Index: /trunk/source/lisp-kernel/ppc-asmutils.s
===================================================================
--- /trunk/source/lisp-kernel/ppc-asmutils.s	(revision 15131)
+++ /trunk/source/lisp-kernel/ppc-asmutils.s	(revision 15132)
@@ -61,7 +61,7 @@
         .data
         __ifdef(`PPC64')
-        .quad exp
+        .quad C(exp)
         __else
-        .long exp
+        .long C(exp)
         __endif
         .text        
Index: /trunk/source/lisp-kernel/x86-asmutils32.s
===================================================================
--- /trunk/source/lisp-kernel/x86-asmutils32.s	(revision 15131)
+++ /trunk/source/lisp-kernel/x86-asmutils32.s	(revision 15132)
@@ -133,4 +133,6 @@
 	__(pop %ebx)
 	__(ret)
+        .globl C(exp)
+        .long C(exp)
 _endfn
 
Index: /trunk/source/lisp-kernel/x86-asmutils64.s
===================================================================
--- /trunk/source/lisp-kernel/x86-asmutils64.s	(revision 15131)
+++ /trunk/source/lisp-kernel/x86-asmutils64.s	(revision 15132)
@@ -148,4 +148,6 @@
 	__(movq %rcx,(%ctemp0))
 	__(ret)
+        .globl C(exp)
+        .quad C(exp)
 _endfn
 
@@ -177,4 +179,5 @@
 _exportfn(C(darwin_sigreturn))
         .globl C(sigreturn)
+	
 /* Need to set the sigreturn 'infostyle' argument, which is mostly
    undocumented.  On x8664 Darwin, sigtramp() sets it to 0x1e, and
