Go to file
Joseph Myers 4e2dff67be Do not declare _Float128 support for powerpc64le -mlong-double-64 (bug 22402).
The powerpc bits/floatn.h declares _Float128 support to be present
when the compiler supports it for powerpc64le.  However, in the case
where -mlong-double-64 is used, __MATH_TG does not actually support
_Float128; it only supports _Float128 in the distinct-long-double
case.

This shows up as a build failure when building glibc mainline with GCC
mainline, given the recently added sanity check in math.h for
configurations supported by __MATH_TG, as the compat code for
-mlong-double-64 fails to build.  However, the bug was logically
present before that change (including in 2.26), just less visible.

This patch fixes the build failure by declaring _Float128 to be
unsupported in that case.  (Of course this can't actually stop users
calling the type-generic macros with _Float128 arguments with
-mlong-double-64, just as they could be called with other unsupported
types on other platforms, but perhaps makes it less likely by making
all the type-specific _Float128 interfaces invisible in that case.)

Tested compilation for powerpc64le with build-many-glibcs.py.

	[BZ #22402]
	* sysdeps/powerpc/bits/floatn.h: Include <bits/long-double.h>.
	[__NO_LONG_DOUBLE_MATH] (__HAVE_FLOAT128): Define to 0.
2017-11-06 13:26:15 +00:00
argp
assert
benchtests Benchtests for sinf, cosf and sincosf 2017-10-13 14:19:45 +05:30
bits Add bits/floatn.h defines for more _FloatN / _FloatNx types. 2017-10-20 21:42:51 +00:00
catgets
ChangeLog.old Add missing reference to bug 21654 2017-10-07 13:14:36 +02:00
conform
crypt crypt: Use NSPR header files in addition to NSS header files [BZ #17956] 2017-10-04 15:02:35 +02:00
csu
ctype
debug
dev
dirent
dlfcn
elf Mark lazy tlsdesc helper functions unused to avoid warnings 2017-11-03 14:40:28 +00:00
gmon Add a test for profiling static executable 2017-10-14 12:58:55 -07:00
gnulib
grp
gshadow
hesiod
hurd
iconv localedef: Add --no-warnings/--warnings option 2017-10-25 13:36:54 -07:00
iconvdata
include <array_length.h>: New array_length and array_end macros 2017-11-02 12:45:20 +01:00
inet
intl
io Assume that _DIRENT_HAVE_D_TYPE is always defined. 2017-10-30 15:48:33 +01:00
libidn Remove add-ons mechanism. 2017-10-05 15:58:13 +00:00
libio Always do locking when iterating over list of streams (bug 15142) 2017-10-05 17:26:05 +02:00
locale Assume that _DIRENT_HAVE_D_TYPE is always defined. 2017-10-30 15:48:33 +01:00
localedata tpi_PG locale: Fix wrong d_fmt 2017-11-04 14:59:29 +01:00
login openpty: use TIOCGPTPEER to open slave side fd 2017-10-08 17:47:58 +02:00
mach
malloc Add single-threaded path to _int_malloc 2017-10-24 12:43:05 +01:00
manual manual: Document the O_TMPFILE flag 2017-11-04 00:57:42 +01:00
math Handle more _FloatN, _FloatNx types in __MATH_TG. 2017-11-03 23:50:00 +00:00
mathvec
misc
nis nscd: remove reference to libnsl 2017-10-11 15:51:52 +02:00
nptl nptl: Preserve error in setxid thread broadcast in coredumps [BZ #22153] 2017-10-13 22:51:56 +02:00
nptl_db
nscd nscd: remove reference to libnsl 2017-10-11 15:51:52 +02:00
nss nss_files: Avoid large buffers with many host addresses [BZ #22078] 2017-10-11 07:07:51 +02:00
po Update translations from the Translation Project 2017-11-03 23:30:23 +00:00
posix posix/tst-glob-tilde.c: Add test for bug 22332 2017-11-02 11:06:45 +01:00
pwd
resolv resolv: Remove bogus targets that build ga_test 2017-10-20 09:29:09 -07:00
resource
rt
scripts Fix armv7-a compiler option name 2017-10-17 13:32:03 -02:00
setjmp
shadow
signal
socket
soft-fp Use libm_alias_* in soft-fp. 2017-10-11 00:03:46 +00:00
stdio-common stdio-common: Use array_length and array_end macros 2017-11-02 12:45:20 +01:00
stdlib Declare strtof, strfromf functions for more _FloatN, _FloatNx types. 2017-11-03 17:10:39 +00:00
streams
string ffsl, ffsll: Declare under __USE_MISC, not just __USE_GNU 2017-10-30 13:59:59 +01:00
sunrpc
support support_format_hostent: Add more error information for NETDB_INTERNAL 2017-10-05 12:20:19 +02:00
sysdeps Do not declare _Float128 support for powerpc64le -mlong-double-64 (bug 22402). 2017-11-06 13:26:15 +00:00
sysvipc
termios
time
timezone
wcsmbs Declare wcstof functions for more _FloatN, _FloatNx types. 2017-11-02 23:36:00 +00:00
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4
ChangeLog Do not declare _Float128 support for powerpc64le -mlong-double-64 (bug 22402). 2017-11-06 13:26:15 +00:00
config.h.in Don't use hidden visibility in libc.a with PIE on i386 2017-10-04 17:18:42 -07:00
config.make.in Remove add-ons mechanism. 2017-10-05 15:58:13 +00:00
configure Avoid build multiarch if compiler warns about mismatched alias 2017-10-20 16:54:27 -02:00
configure.ac Avoid build multiarch if compiler warns about mismatched alias 2017-10-20 16:54:27 -02:00
COPYING
COPYING.LIB
extra-lib.mk
gen-locales.mk
INSTALL Remove add-ons mechanism. 2017-10-05 15:58:13 +00:00
libc-abis
libof-iterator.mk
LICENSES
MAINTAINERS
Makeconfig Add a test for profiling static executable 2017-10-14 12:58:55 -07:00
Makefile Remove add-ons mechanism. 2017-10-05 15:58:13 +00:00
Makefile.in
Makerules
NEWS glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332] 2017-10-22 10:01:24 +02:00
o-iterator.mk
README
Rules
shlib-versions
test-skeleton.c
version.h version.h: Switch to ".9000" as the suffix for the development version 2017-10-16 21:39:18 +02:00

This directory contains the sources of the GNU C Library.
See the file "version.h" for what release version you have.

The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system.  It provides the
system API for all programs written in C and C-compatible languages such
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system.

In GNU/Linux systems, the C library works with the Linux kernel to
implement the operating system behavior seen by user applications.
In GNU/Hurd systems, it works with a microkernel and Hurd servers.

The GNU C Library implements much of the POSIX.1 functionality in the
GNU/Hurd system, using configurations i[4567]86-*-gnu.  The current
GNU/Hurd support requires out-of-tree patches that will eventually be
incorporated into an official GNU C Library release.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 3.2 or later.

Also note that the shared version of the libgcc_s library must be
installed for the pthread library to work correctly.

The GNU C Library supports these configurations for using Linux kernels:

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	arm-*-linux-gnueabi
	hppa-*-linux-gnu	Not currently functional without patches.
	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	ia64-*-linux-gnu
	m68k-*-linux-gnu
	microblaze*-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
	s390-*-linux-gnu
	s390x-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu
	tilegx-*-linux-gnu
	tilepro-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see http://www.gnu.org/software/libc/ for more
information.

See the file INSTALL to find out how to configure, build, and install
the GNU C Library.  You might also consider reading the WWW pages for
the C library at http://www.gnu.org/software/libc/.

The GNU C Library is (almost) completely documented by the Texinfo manual
found in the `manual/' subdirectory.  The manual is still being updated
and contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.  For
corrections to the manual, please file a bug in the `manual' component,
following the bug-reporting instructions below.  Please be sure to check
the manual in the current development sources to see if your problem has
already been corrected.

Please see http://www.gnu.org/software/libc/bugs.html for bug reporting
information.  We are now using the Bugzilla system to track all bug reports.
This web page gives detailed information on how to report bugs properly.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.  License copyright years may be
listed using range notation, e.g., 1996-2015, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.