Răsfoiți Sursa

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

Mike Frysinger 19 ani în urmă
părinte
comite
d989a5dcc0
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      libc/sysdeps/linux/alpha/divrem.h

+ 2 - 0
libc/sysdeps/linux/alpha/divrem.h

@@ -85,7 +85,9 @@
 
 
 	.ent UFUNC_NAME
 	.ent UFUNC_NAME
 	.globl UFUNC_NAME
 	.globl UFUNC_NAME
+#ifndef IS_IN_rtld
 	.hidden UFUNC_NAME
 	.hidden UFUNC_NAME
+#endif
 
 
 	.align 3
 	.align 3
 UFUNC_NAME:
 UFUNC_NAME: