From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10626 invoked by alias); 5 Feb 2014 07:41:36 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 10587 invoked by uid 55); 5 Feb 2014 07:41:31 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug ports/15705] MicroBlaze mmap64 incorrect page shift Date: Wed, 05 Feb 2014 07:41:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: ports X-Bugzilla-Version: 2.17 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-02/txt/msg00064.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15705 --- Comment #1 from 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 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 * sysdeps/microblaze/libm-test-ulps: Update. * sysdeps/microblaze/libm-test-ulps_new: Deleted redundant file. Signed-off-by: David Holsgrove https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=79b846ecc0275ceb02b5e2d3b03a34d7c43e6bf9 commit 79b846ecc0275ceb02b5e2d3b03a34d7c43e6bf9 Author: David Holsgrove 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 * sysdeps/unix/sysv/linux/microblaze/mmap64.c: New file. Signed-off-by: David Holsgrove https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e9043c0dfeeadffdb15eef6b235416307d718d97 commit e9043c0dfeeadffdb15eef6b235416307d718d97 Author: David Holsgrove Date: Tue Feb 4 09:22:42 2014 +1000 microblaze: Use 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 * sysdeps/microblaze/fegetround.c: Delete redundant file. * sysdeps/microblaze/fesetround.c: Likewise. Signed-off-by: David Holsgrove ----------------------------------------------------------------------- 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.