diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-15 05:50:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-15 05:50:00 +0000 |
commit | 6fee9b33057a1dd37e4a6d0bc924f65327da5ce2 (patch) | |
tree | 3d278aa131b7337cc330b322629130c6d038dc17 /libc/sysdeps/linux | |
parent | acc9d40199fd0852d55dcbf6559f639451f39b60 (diff) |
hide misc div funcs so generating shared libs on alpha doesnt fail
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/alpha/divrem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/divrem.h b/libc/sysdeps/linux/alpha/divrem.h index ca3db4b49..3a0ca1ca0 100644 --- a/libc/sysdeps/linux/alpha/divrem.h +++ b/libc/sysdeps/linux/alpha/divrem.h @@ -125,6 +125,7 @@ .ent UFUNC_NAME .globl UFUNC_NAME + .hidden UFUNC_NAME .align 3 UFUNC_NAME: |