glibc/sysdeps/powerpc/powerpc64le
Joseph Myers a85b70dbd2 Fix narrowing function tests build for powerpc64le.
Testing narrowing functions with build-many-glibcs.py showed up a
further testsuite fix needed to enable building such functions for
powerpc64le: tests test-<narrower-type>-float128-<function> (and
likewise for float64x) needed the same special handling for
powerpc64le as test-float128-* and test-float64x-*.  This patch adds
that special handling.

Tested with build-many-glibcs.py for powerpc64le in conjunction with
the main patch adding narrowing add functions.

	* sysdeps/powerpc/powerpc64le/Makefile [$(subdir) = math]
	(f128-pairs): New variable.
	[$(subdir) = math] ($(foreach suf,$(all-object-suffixes),$(foreach
	pair,$(f128-pairs),$(objpfx)test-$(pair)%$(suf)))): Add -mfloat128
	to CFLAGS.
	[$(subdir) = math] ($(foreach pair,$(f128-pairs),test-$(pair)%)):
	Also make tests add $(f128-loader-link) to gnulib-tests.
2018-02-10 01:52:33 +00:00
..
fpu Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
multiarch powerpc64le: Create divergent sysdep directory for powerpc64le. 2017-04-28 14:17:57 -03:00
power7 powerpc64le: Create divergent sysdep directory for powerpc64le. 2017-04-28 14:17:57 -03:00
power8 powerpc64le: Create divergent sysdep directory for powerpc64le. 2017-04-28 14:17:57 -03:00
power9 Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
configure powerpc64le: Require at least POWER8 for powerpc64le 2017-06-26 15:00:34 -03:00
configure.ac powerpc64le: Require at least POWER8 for powerpc64le 2017-06-26 15:00:34 -03:00
Implies powerpc64le: Create divergent sysdep directory for powerpc64le. 2017-04-28 14:17:57 -03:00
Implies-before powerpc64le: Enable float128 2017-06-26 15:04:47 -03:00
Makefile Fix narrowing function tests build for powerpc64le. 2018-02-10 01:52:33 +00:00