mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
dbb188dd87
This patch removes the IEEE_DOUBLE_BIG_ENDIAN and IEEE_DOUBLE_MIXED_ENDIAN macros from gmp-impl.h and gmp-mparam.h, and the ieee_double_extract union from gmp-impl.h. The macros were used only in defining the union, which was used nowhere in glibc. As GMP's gmp-impl.h is over 5000 lines, the file in glibc is so far from the GMP version that it doesn't seem to make sense to keep things there that are not relevant in glibc. (I expect there is plenty more in the header after this patch that is also not relevant in glibc and can be cleaned up later.) Tested with build-many-glibcs.py that installed stripped shared libraries are unchanged by this patch. |
||
---|---|---|
.. | ||
fpu | ||
_itoa.h | ||
divdi3.c | ||
dl-machine.h | ||
ffs.c | ||
gmp-mparam.h | ||
Implies-after | ||
Makefile | ||
symbol-hacks.h | ||
sysdep.h | ||
test-size_t.h | ||
tst-size_t-memchr.c | ||
tst-size_t-memcmp-2.c | ||
tst-size_t-memcmp.c | ||
tst-size_t-memcpy.c | ||
tst-size_t-memrchr.c | ||
tst-size_t-memset.c | ||
tst-size_t-strncasecmp.c | ||
tst-size_t-strncmp.c | ||
tst-size_t-strncpy.c | ||
tst-size_t-strnlen.c | ||
tst-size_t-wcsncmp.c | ||
tst-size_t-wcsnlen.c | ||
tst-size_t-wmemchr.c | ||
tst-size_t-wmemcmp.c | ||
tst-size_t-wmemset.c |