gcc/libquadmath
Jakub Jelinek 21c9fd9688 libquadmath: Provide __BYTE_ORDER, __LITTLE_ENDIAN and __BIG_ENDIAN definitions
My earlier libquadmath change apparently broke mingw32 build, while on Linux
<bits/endian.h> is included and defines these, on Mingw apparently that isn't
the case, while soft-fp wants a guarantee that sfp-machine.h defines these.

2024-04-09  Jakub Jelinek  <jakub@redhat.com>

	* sfp-machine.h (__LITTLE_ENDIAN, __BIG_ENDIAN, __BYTE_ORDER): Define
	if __BYTE_ORDER isn't defined.
2024-04-09 09:40:45 +02:00
..
math libquadmath: Use soft-fp for sqrtq finite positive arguments [PR114623] 2024-04-09 08:17:25 +02:00
printf libquadmath: Don't assume the storage for __float128 arguments is aligned [PR114533] 2024-04-03 10:13:40 +02:00
strtod
acinclude.m4
aclocal.m4
ChangeLog Daily bump. 2024-04-04 00:16:38 +00:00
config.h.in
configure
configure.ac
COPYING.LIB
libquadmath.texi Update copyright dates. 2024-01-03 11:44:34 +01:00
libtool-version
Makefile.am Allow overriding EXPECT 2023-12-22 10:24:56 +00:00
Makefile.in Allow overriding EXPECT 2023-12-22 10:24:56 +00:00
quadmath_weak.h
quadmath-imp.h
quadmath-rounding-mode.h
quadmath.h
quadmath.map
sfp-machine.h libquadmath: Provide __BYTE_ORDER, __LITTLE_ENDIAN and __BIG_ENDIAN definitions 2024-04-09 09:40:45 +02:00
update-quadmath.py