This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Joseph,

I think the patch below is needed.  Is this how things are supposed to
be done?

Compile-tested with build-many-glibcs.py on ia64-linux-gnu.

Thanks,
Florian

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

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.

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 ...
	* sysdeps/generic/bits/math-finite.h: ... here.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]