diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2013-09-20 21:24:53 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2013-09-20 21:25:31 +0200 |
commit | 5bb43a43199e2bc3f729b858d26c47e91fd56621 (patch) | |
tree | 640fc759cbbeda5ab9d6d7fd8803d4a73c16c03a /ports/sysdeps/alpha | |
parent | c7ae84fa4cdf00b0b62c493c5f50e7c0a4d2267b (diff) | |
download | glibc-5bb43a43199e2bc3f729b858d26c47e91fd56621.tar.gz glibc-5bb43a43199e2bc3f729b858d26c47e91fd56621.tar.xz glibc-5bb43a43199e2bc3f729b858d26c47e91fd56621.zip |
Make __ffs hidden
Diffstat (limited to 'ports/sysdeps/alpha')
-rw-r--r-- | ports/sysdeps/alpha/alphaev67/ffs.S | 1 | ||||
-rw-r--r-- | ports/sysdeps/alpha/ffs.S | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/sysdeps/alpha/alphaev67/ffs.S b/ports/sysdeps/alpha/alphaev67/ffs.S index e4531525a7..9b3463cbc6 100644 --- a/ports/sysdeps/alpha/alphaev67/ffs.S +++ b/ports/sysdeps/alpha/alphaev67/ffs.S @@ -47,4 +47,5 @@ ENTRY(__ffs) END(__ffs) weak_alias (__ffs, ffs) +libc_hidden_def (__ffs) libc_hidden_builtin_def (ffs) diff --git a/ports/sysdeps/alpha/ffs.S b/ports/sysdeps/alpha/ffs.S index def0f25d77..d1f0c83719 100644 --- a/ports/sysdeps/alpha/ffs.S +++ b/ports/sysdeps/alpha/ffs.S @@ -85,6 +85,7 @@ $ffsl..ng: END(ffsl) weak_alias (__ffs, ffs) +libc_hidden_def (__ffs) libc_hidden_builtin_def (ffs) weak_extern (ffsl) weak_alias (ffsl, ffsll) |