* sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
This commit is contained in:
Ulrich Drepper 2002-04-26 20:26:21 +00:00
parent dde9407b50
commit 58fe8d1096
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2002-04-26 Ulrich Drepper <drepper@redhat.com>
* sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
* sysdeps/ia64/strncpy.S: Fix recovery code.
Patch by David Mosberger <davidm@hpl.hp.com>.

View File

@ -46,11 +46,11 @@ ENTRY (__isinf)
}
END (__isinf)
strong_alias (__isinf)
strong_alias (__isinf, __isinf_internal)
strong_alias (__isinf, __isinff)
strong_alias (__isinff)
strong_alias (__isinff, __isinff_internal)
strong_alias (__isinf, __isinfl)
strong_alias (__isinfl)
strong_alias (__isinfl, __isinfl_internal)
weak_alias (__isinf, isinf)
weak_alias (__isinff, isinff)