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.22-369-g2020748


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  2020748d8efb7fbadd43a49cc3859dcf4a93472e (commit)
      from  e8dab9477f33ab7a67405f4e147cbaa1a4bb443b (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=2020748d8efb7fbadd43a49cc3859dcf4a93472e

commit 2020748d8efb7fbadd43a49cc3859dcf4a93472e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Oct 13 16:53:09 2015 +0000

    Move powerpc llround implementations to powerpc32 directory.
    
    sysdeps/powerpc/fpu/ has versions of llround and llroundf that are
    actually used only for powerpc32 because
    sysdeps/powerpc/powerpc64/fpu/ has its own versions of those
    functions.  This patch moves them into sysdeps/powerpc/powerpc32/fpu
    to reflect where they are actually used (in preparation for fixing
    other problems with those functions).
    
    Tested for powerpc that installed stripped shared libraries are
    unchanged by this patch.
    
    	* sysdeps/powerpc/fpu/s_llround.c: Move to ....
    	* sysdeps/powerpc/powerpc32/fpu/s_llround.c: ...here.
    	* sysdeps/powerpc/fpu/s_llroundf.c: Move to ....
    	* sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: ...here.

diff --git a/ChangeLog b/ChangeLog
index fe606d6..b2e971e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-10-13  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/powerpc/fpu/s_llround.c: Move to ....
+	* sysdeps/powerpc/powerpc32/fpu/s_llround.c: ...here.
+	* sysdeps/powerpc/fpu/s_llroundf.c: Move to ....
+	* sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: ...here.
+
 	[BZ #16422]
 	* sysdeps/powerpc/powerpc32/fpu/configure.ac (libc_cv_ppc_fctidz):
 	New configure test.
diff --git a/sysdeps/powerpc/fpu/s_llround.c b/sysdeps/powerpc/powerpc32/fpu/s_llround.c
similarity index 100%
rename from sysdeps/powerpc/fpu/s_llround.c
rename to sysdeps/powerpc/powerpc32/fpu/s_llround.c
diff --git a/sysdeps/powerpc/fpu/s_llroundf.c b/sysdeps/powerpc/powerpc32/fpu/s_llroundf.c
similarity index 100%
rename from sysdeps/powerpc/fpu/s_llroundf.c
rename to sysdeps/powerpc/powerpc32/fpu/s_llroundf.c

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

Summary of changes:
 ChangeLog                                        |    5 +++++
 sysdeps/powerpc/{ => powerpc32}/fpu/s_llround.c  |    0
 sysdeps/powerpc/{ => powerpc32}/fpu/s_llroundf.c |    0
 3 files changed, 5 insertions(+), 0 deletions(-)
 rename sysdeps/powerpc/{ => powerpc32}/fpu/s_llround.c (100%)
 rename sysdeps/powerpc/{ => powerpc32}/fpu/s_llroundf.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]