[COMMITTED] math: Enable <bits/math-finite.h> sysdeps override

Message ID 20190208221122.BCB708417D26@oldenburg2.str.redhat.com
State Committed
Commit 520b1df08de68a3de328b65a25b86300a7ddf512
Headers

Commit Message

Florian Weimer Feb. 8, 2019, 10:11 p.m. UTC
  sysdeps/ia64/fpu/bits/math-finite.h exists and will be installed on
ia64, but during the build, the default math/bits/math-finite.h file
is used, which is wrong.

Fixes commit 0ac5ae2335292908f39031b1ea9fe8edce433c0f ("Optimize
libm").

2019-02-08  Florian Weimer  <fweimer@redhat.com>

	math: Enable <bits/math-finite.h> sysdeps override, as used on ia64.
	* math/bits/math-finite.h: Move to ...
	* bits/math-finite.h: ... here.
  

Patch

diff --git a/math/bits/math-finite.h b/bits/math-finite.h
similarity index 100%
rename from math/bits/math-finite.h
rename to bits/math-finite.h