From d989a5dcc00a0c1698997e43743b701c5e0b60ca Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 2 Mar 2006 04:02:39 +0000 Subject: hide div functions in libc, but export them in ldso so that other shared libs dont barf on us --- libc/sysdeps/linux/alpha/divrem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/alpha/divrem.h b/libc/sysdeps/linux/alpha/divrem.h index 8e51bf62f..bd4e2d1be 100644 --- a/libc/sysdeps/linux/alpha/divrem.h +++ b/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: -- cgit v1.2.3