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-87-g89d9c04


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  89d9c04def983cd36e2891681349177438eb0e2c (commit)
      from  815e6fa3e010628f77838abec18692cbfeb60809 (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=89d9c04def983cd36e2891681349177438eb0e2c

commit 89d9c04def983cd36e2891681349177438eb0e2c
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Jul 27 13:43:46 2012 +0000

    Make mmap64 an alias of mmap on MIPS.

diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index 2a5cf36..a1b6dc5 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,3 +1,8 @@
+2012-07-27  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): New.
+	* sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: New file.
+
 2012-07-25  Florian Weimer  <fweimer@redhat.com>
 
 	* sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Add
diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips64/mmap64.c b/ports/sysdeps/unix/sysv/linux/mips/mips64/mmap64.c
new file mode 100644
index 0000000..0dbd384
--- /dev/null
+++ b/ports/sysdeps/unix/sysv/linux/mips/mips64/mmap64.c
@@ -0,0 +1 @@
+/* mmap64 is the same as mmap. */
diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list b/ports/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list
index 867323a..50d5ba3 100644
--- a/ports/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list
+++ b/ports/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list
@@ -2,6 +2,8 @@
 
 lseek		-	lseek		Ci:iii	__libc_lseek	__lseek lseek __llseek llseek __libc_lseek64 __lseek64 lseek64
 
+mmap		-	mmap		b:aniiii __mmap		mmap __mmap64 mmap64
+
 ftruncate	-	ftruncate	i:ii	__ftruncate	ftruncate ftruncate64 __ftruncate64
 truncate	-	truncate	i:si	truncate	truncate64
 

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

Summary of changes:
 ports/ChangeLog.mips                               |    5 +++++
 .../sysdeps/unix/sysv/linux/mips/mips64}/mmap64.c  |    0
 .../unix/sysv/linux/mips/mips64/syscalls.list      |    2 ++
 3 files changed, 7 insertions(+), 0 deletions(-)
 copy {sysdeps/unix/sysv/linux/wordsize-64 => ports/sysdeps/unix/sysv/linux/mips/mips64}/mmap64.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]