mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-31 23:11:09 +00:00
* sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
___new_wcstold_l): New weak aliases. (strtold_l, wcstold_l): Use them as second argument for long_double_symbol. 2007-08-10 Jakub Jelinek <jakub@redhat.com> * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l, ___new_wcstold_l): New weak aliases. (strtold_l, wcstold_l): Use them as second argument for long_double_symbol.
This commit is contained in:
parent
6479496ad4
commit
1e28665349
@ -1,3 +1,10 @@
|
||||
2007-08-10 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
|
||||
___new_wcstold_l): New weak aliases.
|
||||
(strtold_l, wcstold_l): Use them as second argument for
|
||||
long_double_symbol.
|
||||
|
||||
2007-08-09 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
|
||||
|
@ -57,10 +57,12 @@ libc_hidden_proto (STRTOF)
|
||||
#ifdef __LONG_DOUBLE_MATH_OPTIONAL
|
||||
# include <math_ldbl_opt.h>
|
||||
# ifdef USE_WIDE_CHAR
|
||||
long_double_symbol (libc, __new_wcstold_l, wcstold_l);
|
||||
weak_alias (____new_wcstold_l, ___new_wcstold_l);
|
||||
long_double_symbol (libc, ___new_wcstold_l, wcstold_l);
|
||||
long_double_symbol (libc, ____new_wcstold_l, __wcstold_l);
|
||||
# else
|
||||
long_double_symbol (libc, __new_strtold_l, strtold_l);
|
||||
weak_alias (____new_strtold_l, ___new_strtold_l);
|
||||
long_double_symbol (libc, ___new_strtold_l, strtold_l);
|
||||
long_double_symbol (libc, ____new_strtold_l, __strtold_l);
|
||||
# endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user