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.18-78-g2deb7bd


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  2deb7bdb7433ba78ec00cb61d24d1be56e66e9b8 (commit)
      from  b92a20b5603bfb7cd7cd775f3ca9099731ac63cf (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=2deb7bdb7433ba78ec00cb61d24d1be56e66e9b8

commit 2deb7bdb7433ba78ec00cb61d24d1be56e66e9b8
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Sep 4 20:50:20 2013 +0000

    Define MMAP2_PAGE_SHIFT to -1 for m68k.

diff --git a/ports/ChangeLog.m68k b/ports/ChangeLog.m68k
index 8681b1e..ba9865a 100644
--- a/ports/ChangeLog.m68k
+++ b/ports/ChangeLog.m68k
@@ -1,3 +1,7 @@
+2013-09-04  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/m68k/mmap64.c: New file.
+
 2013-08-21   OndÅ?ej Bílka  <neleai@seznam.cz>
 
 	* sysdeps/m68k/m680x0/fpu/fraiseexcpt.c: Fix typos.
diff --git a/ports/sysdeps/unix/sysv/linux/m68k/mmap64.c b/ports/sysdeps/unix/sysv/linux/m68k/mmap64.c
new file mode 100644
index 0000000..8bf8987
--- /dev/null
+++ b/ports/sysdeps/unix/sysv/linux/m68k/mmap64.c
@@ -0,0 +1,5 @@
+/* ColdFire and Sun 3 kernels have PAGE_SHIFT set to 13 and expect
+   mmap2 offset to be provided in 8K pages.  Determine the shift
+   dynamically with getpagesize.  */
+#define MMAP2_PAGE_SHIFT -1
+#include <sysdeps/unix/sysv/linux/mmap64.c>

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

Summary of changes:
 ports/ChangeLog.m68k                        |    4 ++++
 ports/sysdeps/unix/sysv/linux/m68k/mmap64.c |    5 +++++
 2 files changed, 9 insertions(+), 0 deletions(-)
 create mode 100644 ports/sysdeps/unix/sysv/linux/m68k/mmap64.c


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]