Joseph Myers 0d5ba561c1 Base powerpc logbl compat symbols on __logb not logb.
Some powerpc logb implementations define a compat symbol for logbl
based on logb, whereas libm_alias_double defines such a compat symbol
based on __logb instead.  This difference (logb is weak, __logb isn't)
is enough to result in different installed stripped shared libraries.
The difference in the installed libraries isn't significant, but first
changing the compat_symbol calls helps make it possible to validate a
subsequent change to use libm_alias_double by comparison of libraries,
so this patch does such a preliminary change.

Tested with build-many-glibcs.py for all its hard-float powerpc
configurations.

	* sysdeps/powerpc/power7/fpu/s_logb.c
	[LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Define as compat
	symbol based on __logb, not on logb.
	* sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c
	[LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Likewise.
	* sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c
	[LONG_DOUBLE_COMPAT (libm, GLIBC_2_0)] (logbl): Likewise.
2017-12-01 23:37:46 +00:00
..
2013-10-04 16:02:33 +00:00
2013-10-04 16:02:33 +00:00
2016-11-04 09:37:44 -07:00
2017-12-01 01:12:42 +00:00
2017-08-25 11:33:04 +00:00
2017-08-08 17:14:49 +00:00
2017-08-08 17:14:49 +00:00
2016-09-19 09:35:38 -03:00
2015-02-10 06:09:22 -05:00
2015-02-10 06:09:22 -05:00
2013-10-04 16:02:33 +00:00
2013-10-04 10:38:28 +09:30
2017-08-08 17:14:49 +00:00
2013-09-23 00:52:09 -04:00
2017-06-14 10:45:50 +09:30