This is the mail archive of the glibc-bugs@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]

[Bug ports/15705] MicroBlaze mmap64 incorrect page shift


https://sourceware.org/bugzilla/show_bug.cgi?id=15705

David Holsgrove <david.holsgrove at xilinx dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |david.holsgrove at xilinx dot com
            Version|2.17                        |2.19
         Resolution|---                         |FIXED

--- Comment #2 from David Holsgrove <david.holsgrove at xilinx dot com> ---
Pushed commit to MicroBlaze glibc port;

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=79b846ecc0275ceb02b5e2d3b03a34d7c43e6bf9

commit 79b846ecc0275ceb02b5e2d3b03a34d7c43e6bf9
Author: David Holsgrove <david.holsgrove@xilinx.com>
Date:   Tue Feb 4 09:26:15 2014 +1000

    microblaze BZ #15705: Define MMAP2_PAGE_SHIFT

    Define MMAP2_PAGE_SHIFT to -1 for microblaze so the correct shift
    for the syscall is determined dynamically using getpagesize

    ports/ChangeLog.microblaze

     2014-02-04  David Holsgrove <david.holsgrove@xilinx.com>

       * sysdeps/unix/sysv/linux/microblaze/mmap64.c: New file.

    Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]