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-99-g7e6242f


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  7e6242f556c2d33448efdc1b111d653f75df2b2a (commit)
      from  d2a54255fe7a72dc6841df3a91f0607563524dc1 (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=7e6242f556c2d33448efdc1b111d653f75df2b2a

commit 7e6242f556c2d33448efdc1b111d653f75df2b2a
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Jul 31 23:17:24 2012 +0000

    Improve MIPS n64 handling of 64-bit fcntl.

diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index a1b6dc5..4e45ae7 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,3 +1,12 @@
+2012-07-31  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/mips/fcntl.c: Remove.
+	* sysdeps/unix/sysv/linux/mips/lockf64.c: Likewise.
+	* sysdeps/unix/sysv/linux/mips/mips32/fcntl.c: New file.
+	* sysdeps/unix/sysv/linux/mips/mips32/lockf64.c: Likewise.
+	* sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c: Likewise.
+	* sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c: Likewise.
+
 2012-07-27  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
diff --git a/ports/sysdeps/unix/sysv/linux/mips/fcntl.c b/ports/sysdeps/unix/sysv/linux/mips/mips32/fcntl.c
similarity index 100%
copy from ports/sysdeps/unix/sysv/linux/mips/fcntl.c
copy to ports/sysdeps/unix/sysv/linux/mips/mips32/fcntl.c
diff --git a/ports/sysdeps/unix/sysv/linux/mips/lockf64.c b/ports/sysdeps/unix/sysv/linux/mips/mips32/lockf64.c
similarity index 100%
copy from ports/sysdeps/unix/sysv/linux/mips/lockf64.c
copy to ports/sysdeps/unix/sysv/linux/mips/mips32/lockf64.c
diff --git a/ports/sysdeps/unix/sysv/linux/mips/fcntl.c b/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c
similarity index 100%
rename from ports/sysdeps/unix/sysv/linux/mips/fcntl.c
rename to ports/sysdeps/unix/sysv/linux/mips/mips64/n32/fcntl.c
diff --git a/ports/sysdeps/unix/sysv/linux/mips/lockf64.c b/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c
similarity index 100%
rename from ports/sysdeps/unix/sysv/linux/mips/lockf64.c
rename to ports/sysdeps/unix/sysv/linux/mips/mips64/n32/lockf64.c

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

Summary of changes:
 ports/ChangeLog.mips                               |    9 +++++++++
 .../unix/sysv/linux/mips/{ => mips32}/fcntl.c      |    0
 .../unix/sysv/linux/mips/{ => mips32}/lockf64.c    |    0
 .../sysv/linux/{am33 => mips/mips64/n32}/fcntl.c   |    0
 .../sysv/linux/{am33 => mips/mips64/n32}/lockf64.c |    0
 5 files changed, 9 insertions(+), 0 deletions(-)
 rename ports/sysdeps/unix/sysv/linux/mips/{ => mips32}/fcntl.c (100%)
 rename ports/sysdeps/unix/sysv/linux/mips/{ => mips32}/lockf64.c (100%)
 copy ports/sysdeps/unix/sysv/linux/{am33 => mips/mips64/n32}/fcntl.c (100%)
 copy ports/sysdeps/unix/sysv/linux/{am33 => mips/mips64/n32}/lockf64.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]