This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-310-gf93d790


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  f93d7902de4adbf944a3712b35f9e13108cd2874 (commit)
      from  4b32777daa1f17e23c463be1de3621e84025f938 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=f93d7902de4adbf944a3712b35f9e13108cd2874

commit f93d7902de4adbf944a3712b35f9e13108cd2874
Author: Richard Henderson <rth@twiddle.net>
Date:   Fri Jun 1 10:46:08 2012 -0700

    alpha: Use -mieee-with-inexact with math/test-misc

diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index 16d73c6..1d3e6bd 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -1,5 +1,7 @@
 2012-06-01  Richard Henderson  <rth@twiddle.net>
 
+	* sysdeps/alpha/Makefile (CFLAGS-test-misc.c): Set -mieee-with-inexact.
+
 	* sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
 
 2012-05-30  Richard Henderson  <rth@twiddle.net>
diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile
index 17fd3b8..1a80db8 100644
--- a/sysdeps/alpha/Makefile
+++ b/sysdeps/alpha/Makefile
@@ -41,6 +41,8 @@ ifeq ($(subdir),math)
 # The fma routines rely on inexact being raised for correct results.
 CFLAGS-s_fma.c = -mieee-with-inexact
 CFLAGS-s_fmaf.c = -mieee-with-inexact
+# This test tries to check for inexact being raised by arithmetic.
+CFLAGS-test-misc.c += -mieee-with-inexact
 endif
 
 # Build everything with full IEEE math support, and with dynamic rounding;

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog.alpha        |    2 ++
 sysdeps/alpha/Makefile |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]