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.14-400-g8d4f46c


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  8d4f46c613c4397c5531b959744541862cf09ad0 (commit)
      from  abe496adf0d4d299017c4029794c0e24a3e06d97 (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=8d4f46c613c4397c5531b959744541862cf09ad0

commit 8d4f46c613c4397c5531b959744541862cf09ad0
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Thu Oct 20 21:55:41 2011 -0400

    Move fma routines to right place

diff --git a/ChangeLog b/ChangeLog
index c076b36..6cf9906 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-20  Ulrich Drepper  <drepper@gmail.com>
+
+	* sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
+	* sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
+
 2011-10-20  Andreas Schwab  <schwab@redhat.com>
 
 	[BZ #12892]
diff --git a/sysdeps/x86_64/multiarch/s_fma.c b/sysdeps/x86_64/fpu/multiarch/s_fma.c
similarity index 100%
rename from sysdeps/x86_64/multiarch/s_fma.c
rename to sysdeps/x86_64/fpu/multiarch/s_fma.c
diff --git a/sysdeps/x86_64/multiarch/s_fmaf.c b/sysdeps/x86_64/fpu/multiarch/s_fmaf.c
similarity index 100%
rename from sysdeps/x86_64/multiarch/s_fmaf.c
rename to sysdeps/x86_64/fpu/multiarch/s_fmaf.c

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

Summary of changes:
 ChangeLog                                   |    5 +++++
 sysdeps/x86_64/{ => fpu}/multiarch/s_fma.c  |    0
 sysdeps/x86_64/{ => fpu}/multiarch/s_fmaf.c |    0
 3 files changed, 5 insertions(+), 0 deletions(-)
 rename sysdeps/x86_64/{ => fpu}/multiarch/s_fma.c (100%)
 rename sysdeps/x86_64/{ => fpu}/multiarch/s_fmaf.c (100%)


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]