about summary refs log tree commit diff
path: root/sysdeps/s390/s390-32/memcmp.S
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-06-22 22:53:01 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-06-22 22:53:01 +0000
commitdb7a548d02a9a47e8592d67980ffd1faeab3e20f (patch)
tree6aed0b6ed69f091511d0245642ed406bff7f15c5 /sysdeps/s390/s390-32/memcmp.S
parentd08cdabdd096325a3296713c87672f213b05f5c6 (diff)
downloadglibc-db7a548d02a9a47e8592d67980ffd1faeab3e20f.tar.gz
glibc-db7a548d02a9a47e8592d67980ffd1faeab3e20f.tar.xz
glibc-db7a548d02a9a47e8592d67980ffd1faeab3e20f.zip
Make float128_private.h work with generic ieee754.h.
float128_private.h redefines ieee754.h identifiers ieee854_long_double
and IEEE854_LONG_DOUBLE_BIAS to map them to identifiers from
ieee754_float128.h.

This causes problems when ieee754.h is included after
float128_private.h and it's a version of ieee754.h that also defines
those identifiers; specifically, sysdeps/ieee754/ieee754.h, which
defines those identifiers for the x86 extended format.  This patch
fixes this by ensuring an include of ieee754.h from float128_private.h
before the redefinitions.

Tested for x86_64 (in conjunction with float128 patches).

	* sysdeps/ieee754/float128/float128_private.h: Include
	<ieee754.h>.
Diffstat (limited to 'sysdeps/s390/s390-32/memcmp.S')
0 files changed, 0 insertions, 0 deletions