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.15-404-g88cb87d


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  88cb87d908526bbcc53f4175acbefc008299a770 (commit)
      from  006f1daa5aacba8a10b7c748f6559a56d0ffbf12 (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=88cb87d908526bbcc53f4175acbefc008299a770

commit 88cb87d908526bbcc53f4175acbefc008299a770
Author: David S. Miller <davem@davemloft.net>
Date:   Thu Mar 15 20:53:16 2012 -0700

    Sparc long double is emulated in software, therefore use dbl-64's s_fma.c
    
    	* sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
    	* sysdeps/sparc/sparc64/fpu/s_fma.c: New file.

diff --git a/ChangeLog b/ChangeLog
index 88f99c3..3ad8764 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-03-15  David S. Miller  <davem@davemloft.net>
 
+	* sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
+	* sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
+
 	* sysdeps/sparc/sparc-ifunc.h: New file.
 	* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use sparc-ifunc.h
 	* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
diff --git a/sysdeps/sparc/sparc32/fpu/s_fma.c b/sysdeps/sparc/sparc32/fpu/s_fma.c
new file mode 100644
index 0000000..8f62605
--- /dev/null
+++ b/sysdeps/sparc/sparc32/fpu/s_fma.c
@@ -0,0 +1,2 @@
+/* Always use dbl-64 version because long double is emulated in software.  */
+#include <sysdeps/ieee754/dbl-64/s_fma.c>
diff --git a/sysdeps/sparc/sparc64/fpu/s_fma.c b/sysdeps/sparc/sparc64/fpu/s_fma.c
new file mode 100644
index 0000000..8f62605
--- /dev/null
+++ b/sysdeps/sparc/sparc64/fpu/s_fma.c
@@ -0,0 +1,2 @@
+/* Always use dbl-64 version because long double is emulated in software.  */
+#include <sysdeps/ieee754/dbl-64/s_fma.c>

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

Summary of changes:
 ChangeLog                         |    3 +++
 sysdeps/sparc/sparc32/fpu/s_fma.c |    2 ++
 sysdeps/sparc/sparc64/fpu/s_fma.c |    2 ++
 3 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 sysdeps/sparc/sparc32/fpu/s_fma.c
 create mode 100644 sysdeps/sparc/sparc64/fpu/s_fma.c


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]