mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Update.
* sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
This commit is contained in:
parent
dde9407b50
commit
58fe8d1096
@ -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>.
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user