Remove most gmp-mparam.h headers.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 24 Apr 2020 22:08:59 +0000 (22:08 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 24 Apr 2020 22:08:59 +0000 (22:08 +0000)
commit8d9ffbb9d00669f62d5ddb4283b7c3d03955d942
tree2e2ac95ec8aa8a88eb0dee93faea890e22a18036
parentec935dea6332cb22f9881cd1162bad156173f4b0
Remove most gmp-mparam.h headers.

Most gmp-mparam.h headers in glibc define various macros to the same
values they would be defined to by the generic version of that header,
plus macros IEEE_DOUBLE_BIG_ENDIAN or IEEE_DOUBLE_MIXED_ENDIAN related
to the representation of double.  The latter macros are in turn only
used in gmp-impl.h to define union ieee_double_extract, which is not
used in glibc.  Thus all of these headers, except for the generic one
and those that define _LONG_LONG_LIMB for ILP32 configurations with
64-bit registers, are redundant, and this patch removes them.

Tested with build-many-glibcs.py that installed stripped shared
libraries are unchanged by this patch.
sysdeps/arm/gmp-mparam.h [deleted file]
sysdeps/i386/gmp-mparam.h [deleted file]
sysdeps/nios2/gmp-mparam.h [deleted file]
sysdeps/s390/gmp-mparam.h [deleted file]
sysdeps/sh/gmp-mparam.h [deleted file]