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.17-317-g6850863


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  68508633191ec7577809a091e7c897b2dd2cdab9 (commit)
      from  7775448e570a2bd77886548fc3e9af5007814a8b (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=68508633191ec7577809a091e7c897b2dd2cdab9

commit 68508633191ec7577809a091e7c897b2dd2cdab9
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Mar 1 22:53:27 2013 +0000

    Use same installed powerpc headers for hard and soft float.

diff --git a/ChangeLog b/ChangeLog
index b826b91..bd1fb0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-03-01  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/powerpc/fpu/fpu_control.h: Move to ...
+	* sysdeps/powerpc/fpu_control.h: ... here.
+	* sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
+	* sysdeps/powerpc/bits/fenvinline.h: ... here.
+	* sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
+	* sysdeps/powerpc/bits/mathinline.h: ... here.
+
 2013-03-01  Roland McGrath  <roland@hack.frob.com>
 
 	* elf/dl-hwcaps.c (_dl_important_hwcaps):
diff --git a/sysdeps/powerpc/fpu/bits/fenvinline.h b/sysdeps/powerpc/bits/fenvinline.h
similarity index 100%
rename from sysdeps/powerpc/fpu/bits/fenvinline.h
rename to sysdeps/powerpc/bits/fenvinline.h
diff --git a/sysdeps/powerpc/fpu/bits/mathinline.h b/sysdeps/powerpc/bits/mathinline.h
similarity index 100%
rename from sysdeps/powerpc/fpu/bits/mathinline.h
rename to sysdeps/powerpc/bits/mathinline.h
diff --git a/sysdeps/powerpc/fpu/fpu_control.h b/sysdeps/powerpc/fpu_control.h
similarity index 100%
rename from sysdeps/powerpc/fpu/fpu_control.h
rename to sysdeps/powerpc/fpu_control.h

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

Summary of changes:
 ChangeLog                                   |    9 +++++++++
 sysdeps/powerpc/{fpu => }/bits/fenvinline.h |    0
 sysdeps/powerpc/{fpu => }/bits/mathinline.h |    0
 sysdeps/powerpc/{fpu => }/fpu_control.h     |    0
 4 files changed, 9 insertions(+), 0 deletions(-)
 rename sysdeps/powerpc/{fpu => }/bits/fenvinline.h (100%)
 rename sysdeps/powerpc/{fpu => }/bits/mathinline.h (100%)
 rename sysdeps/powerpc/{fpu => }/fpu_control.h (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]