Joseph Myers 0ddde474db Define powerpc64 lroundl compat symbol only once.
sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c defines the
lroundl compat symbol, version GLIBC_2_1, twice, once based on llround
and once based on __lround.  Those are aliases for each other (llround
weak, __lround strong), but defining it twice does not make sense.
This patch changes it to define the compat symbol once only, matching
how libm_alias_double defines it.

Tested with build-many-glibcs.py for its powerpc64 configurations.

	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
	[LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)] (lroundl): Do not define
	compat symbol based on llround.
2017-12-01 23:58:05 +00:00
..
2017-11-28 00:55:42 +00:00
2017-11-28 01:19:03 +00:00
2017-11-16 11:49:26 +05:30
2017-11-28 20:01:05 -05:00
2017-11-29 00:10:35 +00:00
2017-11-29 17:38:35 +00:00
2017-11-30 23:52:35 +00:00
2017-11-30 16:34:09 -08:00
2017-11-28 17:34:13 +00:00
2017-11-27 14:16:47 +00:00
2017-11-29 21:25:41 +00:00