소스 검색

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

Mike Frysinger 19 년 전
부모
커밋
d989a5dcc0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      libc/sysdeps/linux/alpha/divrem.h

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

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