mirror of git://sourceware.org/git/glibc.git
On platforms where long double may have the same format as double
(-mlong-double-64), error and error_at_line do not take that into
account and might produce wrong output if a long double conversion is
requested by the format string ('%Lf'). This patch adds compatibility
functions for this situation and redirects calls via header magic.
Tested for powerpc, powerpc64 and powerpc64le.
|
||
|---|---|---|
| .. | ||
| types | ||
| argp-ldbl.h | ||
| cmathcalls.h | ||
| cpu-set.h | ||
| dlfcn.h | ||
| err-ldbl.h | ||
| error-ldbl.h | ||
| error.h | ||
| fcntl2.h | ||
| getopt_core.h | ||
| getopt_ext.h | ||
| getopt_posix.h | ||
| locale.h | ||
| mathcalls-helper-functions.h | ||
| mathcalls-narrow.h | ||
| mathcalls.h | ||
| monetary-ldbl.h | ||
| mqueue2.h | ||
| poll2.h | ||
| posix1_lim.h | ||
| posix2_lim.h | ||
| printf-ldbl.h | ||
| select2.h | ||
| setjmp2.h | ||
| socket2.h | ||
| stab.def | ||
| statx.h | ||
| stdio-ldbl.h | ||
| stdio.h | ||
| stdio2.h | ||
| stdlib-float.h | ||
| stdlib-ldbl.h | ||
| stdlib.h | ||
| string2.h | ||
| string_fortified.h | ||
| strings_fortified.h | ||
| syslog-ldbl.h | ||
| syslog.h | ||
| types.h | ||
| unistd.h | ||
| wchar-ldbl.h | ||
| wchar2.h | ||
| wctype-wchar.h | ||
| xopen_lim.h | ||