summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/ChangeLog.microblaze5
-rw-r--r--ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c4
2 files changed, 9 insertions, 0 deletions
diff --git a/ports/ChangeLog.microblaze b/ports/ChangeLog.microblaze
index df1518e453..93c311ec77 100644
--- a/ports/ChangeLog.microblaze
+++ b/ports/ChangeLog.microblaze
@@ -1,5 +1,10 @@
2014-02-04 David Holsgrove <david.holsgrove@xilinx.com>
+ [BZ #15705]
+ * sysdeps/unix/sysv/linux/microblaze/mmap64.c: New file.
+
+2014-02-04 David Holsgrove <david.holsgrove@xilinx.com>
+
* sysdeps/microblaze/fegetround.c: Delete redundant file.
* sysdeps/microblaze/fesetround.c: Likewise.
diff --git a/ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c b/ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c
new file mode 100644
index 0000000000..11a6bd8245
--- /dev/null
+++ b/ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c
@@ -0,0 +1,4 @@
+/* Microblaze kernel has PAGE_SHIFT set to 12.
+ Determine the shift dynamically with getpagesize. */
+#define MMAP2_PAGE_SHIFT -1
+#include <sysdeps/unix/sysv/linux/mmap64.c>