glibc/include/bits
Gabriel F. T. Gomes 1a502f5260 Add *-ldbl.h headers to include/bits
On some platforms, long double may have either the same format as double
or another, wider format, such as the Quadruple IEC 60559 long double
format or the IBM Extended Precision format (both 128-bits wide).
Selecting between the available formats is done by using one of the
following compiler switches: -mlong-double-128, for the wider format, or
-mlong-double-64, for the narrower.  On all platforms that provide this
choice, the wider format is the default.

When the non-default format is selected by user code (i.e.: when
building with -mlong-double-64) calls to functions that take long double
parameters or return a long double type (e.g.: strfroml) are redirected
to a compat function, via assembler redirection, by headers such as
bits/stdlib-ldbl.h or bits/misc-ldbl.h.

In glibc builds, however, these headers are currently being read from
the system directories (/usr/include/bits) rather than from the source
directory.  Although this works correctly today, it raises
reproducibility concerns.  Besides that, builds for powerpc64le will
need these files from the source directory, because on powerpc64le, the
new redirections for long double with IEEE binary128 format will be
implemented in these headers.

Tested for powerpc64 and powerpc64le.
2018-12-11 15:00:11 -02:00
..
types Don't install libio.h or _G_config.h. 2018-02-07 10:07:31 -05:00
cmathcalls.h
cpu-set.h Remove __need_schedparam and __cpu_set_t_defined. 2017-06-12 17:11:36 -04:00
dlfcn.h Add first fixes for conformtest for POSIX2008 2012-02-26 21:32:56 -05:00
error.h
fcntl2.h
getopt_core.h getopt: eliminate __need_getopt by splitting up getopt.h. 2017-04-07 07:53:03 -04:00
getopt_ext.h getopt: eliminate __need_getopt by splitting up getopt.h. 2017-04-07 07:53:03 -04:00
getopt_posix.h getopt: eliminate __need_getopt by splitting up getopt.h. 2017-04-07 07:53:03 -04:00
locale.h
mathcalls-helper-functions.h Split helper classification macros from mathcalls.h 2017-03-15 09:39:16 -03:00
mathcalls-narrow.h Add build infrastructure for narrowing libm functions. 2018-02-09 21:18:52 +00:00
mathcalls.h
monetary-ldbl.h Add *-ldbl.h headers to include/bits 2018-12-11 15:00:11 -02:00
poll2.h Add checking versions of poll and ppoll 2012-01-08 11:55:32 -05:00
posix1_lim.h
posix2_lim.h
printf-ldbl.h Add *-ldbl.h headers to include/bits 2018-12-11 15:00:11 -02:00
select2.h Add range checking for FD_SET, FD_CLR, and FD_ISSET 2011-09-08 19:48:47 -04:00
setjmp2.h
socket2.h
stab.def
statx.h Add the statx function 2018-07-10 16:14:45 +02:00
stdio-ldbl.h Add *-ldbl.h headers to include/bits 2018-12-11 15:00:11 -02:00
stdlib-float.h Use IS_IN internally only 2014-11-24 15:24:34 +05:30
stdlib-ldbl.h Add *-ldbl.h headers to include/bits 2018-12-11 15:00:11 -02:00
stdlib.h
string2.h
string_fortified.h Remove bits/string.h. 2017-06-20 08:21:24 -04:00
strings_fortified.h Use fortify macros for b{zero,copy} along decl from strings.h 2017-01-05 15:54:13 -02:00
syslog-ldbl.h Add *-ldbl.h headers to include/bits 2018-12-11 15:00:11 -02:00
syslog.h
types.h Move bits/types.h into posix/bits. 2017-02-16 09:43:50 -05:00
unistd.h
wchar-ldbl.h Add *-ldbl.h headers to include/bits 2018-12-11 15:00:11 -02:00
wchar2.h
wctype-wchar.h Remove __need macros from stdio.h and wchar.h. 2017-06-08 13:58:17 -04:00
xopen_lim.h Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00