From 8e36adc08eebb526d180b8477f1840c5bd549d83 Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Mon, 17 Oct 2016 10:37:11 +0200 Subject: S390: Fix fp comparison not raising FE_INVALID. As gcc is using unordered comparison instructions which do not raise invalid exception if any operand is quiet NAN, FIX_COMPARE_INVALID is defined to 1. Thus iseqsig is calling feraiseexcept as workaround. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 06a7338866..3c328b2af6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-10-17 Stefan Liebler + + * sysdeps/s390/fpu/fix-fp-int-compare-invalid.h: New file. + 2016-09-22 John David Anglin * sysdeps/unix/sysv/linux/hppa/atomic-machine.h: Don't include -- cgit 1.4.1