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]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-788-gebdcf03


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 "GNU C Library master sources".

The branch, master has been updated
       via  ebdcf039792918514e8b8ae193d6ff16e9820650 (commit)
      from  77a13b85e36160e47c49886195d1af64a417074d (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.git;a=commitdiff;h=ebdcf039792918514e8b8ae193d6ff16e9820650

commit ebdcf039792918514e8b8ae193d6ff16e9820650
Author: Chris Metcalf <cmetcalf@tilera.com>
Date:   Thu Nov 29 11:17:29 2012 -0500

    tile: remove redundant defines of libc_fetestexcept, etc. in s_fmaf.c

diff --git a/ports/ChangeLog.tile b/ports/ChangeLog.tile
index 0d0953f..67dc50c 100644
--- a/ports/ChangeLog.tile
+++ b/ports/ChangeLog.tile
@@ -1,3 +1,8 @@
+2012-11-29  Chris Metcalf  <cmetcalf@tilera.com>
+
+	* sysdeps/tile/s_fmaf.c: Remove redundant #defines now provided
+	in sysdeps/tile/math_private.h.
+
 2012-11-20  Chris Metcalf  <cmetcalf@tilera.com>
 
 	* sysdeps/tile/libm-test-ulps: Account for new tests.
diff --git a/ports/sysdeps/tile/s_fmaf.c b/ports/sysdeps/tile/s_fmaf.c
index 92d66b2..84e9adc 100644
--- a/ports/sysdeps/tile/s_fmaf.c
+++ b/ports/sysdeps/tile/s_fmaf.c
@@ -1,8 +1,4 @@
 /* tile does not support the rounding modes required by the ieee754/dbl-64
    implementation, but it's still better than the generic implementation.  */
 
-#define libc_feholdexcept_setround(e, x) do { (void) (e); } while (0)
-#define libc_feupdateenv_test(e, x) ((void) (e), 0)
-#define libc_fetestexcept(x) 0
-
 #include <sysdeps/ieee754/dbl-64/s_fmaf.c>

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

Summary of changes:
 ports/ChangeLog.tile        |    5 +++++
 ports/sysdeps/tile/s_fmaf.c |    4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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