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


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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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  cff469ca41181c67e805eaf7c0a1b518b60fbf10 (commit)
       via  79b846ecc0275ceb02b5e2d3b03a34d7c43e6bf9 (commit)
       via  e9043c0dfeeadffdb15eef6b235416307d718d97 (commit)
      from  58c744fc404ec7ffb8425efc8e99a1fe41cd934a (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 -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=cff469ca41181c67e805eaf7c0a1b518b60fbf10

commit cff469ca41181c67e805eaf7c0a1b518b60fbf10
Author: David Holsgrove <david.holsgrove@xilinx.com>
Date:   Tue Feb 4 09:30:34 2014 +1000

    microblaze: Update libm-test-ulps

    Update libm-test-ulps for microblaze, and remove unneeded copy
    libm-test-ulps_new.

    ports/ChangeLog.microblaze

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

       * sysdeps/microblaze/libm-test-ulps: Update.
       * sysdeps/microblaze/libm-test-ulps_new: Deleted redundant file.

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

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>

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

commit e9043c0dfeeadffdb15eef6b235416307d718d97
Author: David Holsgrove <david.holsgrove@xilinx.com>
Date:   Tue Feb 4 09:22:42 2014 +1000

    microblaze: Use <fenv.h> fallback functions

    Delete redundant fegetround.c and fesetround.c for microblaze
    and use the fallback functions instead.

    ports/ChangeLog.microblaze

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

        * sysdeps/microblaze/fegetround.c: Delete redundant file.
        * sysdeps/microblaze/fesetround.c: Likewise.

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

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

Summary of changes:
 NEWS                                              |   24 +-
 ports/ChangeLog.microblaze                        |   15 +
 ports/sysdeps/microblaze/fegetround.c             |   25 -
 ports/sysdeps/microblaze/fesetround.c             |   25 -
 ports/sysdeps/microblaze/libm-test-ulps           | 4448 +++++++++++++++++++--
 ports/sysdeps/microblaze/libm-test-ulps_new       | 3032 --------------
 ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c |    4 +
 7 files changed, 4121 insertions(+), 3452 deletions(-)
 delete mode 100644 ports/sysdeps/microblaze/fegetround.c
 delete mode 100644 ports/sysdeps/microblaze/fesetround.c
 delete mode 100644 ports/sysdeps/microblaze/libm-test-ulps_new
 create mode 100644 ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c

-- 
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]