svn commit: trunk/uClibc/libc/sysdeps/linux/alpha

vapier at uclibc.org vapier at uclibc.org
Thu Mar 2 04:02:41 UTC 2006


Author: vapier
Date: 2006-03-01 20:02:39 -0800 (Wed, 01 Mar 2006)
New Revision: 14419

Log:
hide div functions in libc, but export them in ldso so that other shared libs dont barf on us

Modified:
   trunk/uClibc/libc/sysdeps/linux/alpha/divrem.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/alpha/divrem.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/alpha/divrem.h	2006-03-02 03:53:43 UTC (rev 14418)
+++ trunk/uClibc/libc/sysdeps/linux/alpha/divrem.h	2006-03-02 04:02:39 UTC (rev 14419)
@@ -85,7 +85,9 @@
 
 	.ent UFUNC_NAME
 	.globl UFUNC_NAME
+#ifndef IS_IN_rtld
 	.hidden UFUNC_NAME
+#endif
 
 	.align 3
 UFUNC_NAME:




More information about the uClibc-cvs mailing list