]> sourceware.org Git - glibc.git/commit
Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.
authorZack Weinberg <zackw@panix.com>
Wed, 7 Mar 2018 19:32:00 +0000 (14:32 -0500)
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>
Wed, 5 Dec 2018 20:15:42 +0000 (18:15 -0200)
commitd91798b31ac79914c234c4da7f7e7396bde2d85c
treeaa961c96c18a5951c556def7f8654d640b31a1f6
parentb87eb3f8feb826ac48463f598fc10476055bee5a
Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.

Change the callers of __vfscanf_internal and __vfwscanf_internal that
want to treat 'long double' as another name for 'double' (all of which
happen to be in sysdeps/ieee754/ldbl-opt/nldbl-compat.c) to communicate
this via the new flags argument, instead of the per-thread variable
__no_long_double and its __ldbl_is_dbl wrapper macro.

Tested for powerpc and powerpc64le.
ChangeLog
stdio-common/vfscanf-internal.c
sysdeps/ieee754/ldbl-opt/nldbl-compat.c
This page took 0.066172 seconds and 5 git commands to generate.