From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29340 invoked by alias); 7 Nov 2013 07:09:37 -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 27948 invoked by uid 55); 7 Nov 2013 07:08:58 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug build/15985] toolchain building for sparc32 fails Date: Thu, 07 Nov 2013 07:09:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.18 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: davem at davemloft dot net X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: review? 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: 2013-11/txt/msg00057.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15985 --- Comment #9 from cvs-commit at gcc dot gnu.org --- via 2216e48645dbd297cdc0f4050fdfc0b52e2a4ab8 (commit) from 2770d15e7e880821fc586619c59eb45180628e16 (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=2216e48645dbd297cdc0f4050fdfc0b52e2a4ab8 commit 2216e48645dbd297cdc0f4050fdfc0b52e2a4ab8 Author: David S. Miller Date: Wed Nov 6 13:01:36 2013 -0800 Fix build on pre-v9 32-bit Sparc. We cannot use fnegd in this code, as fnegd was added in v9. Only fnegs exists in v8 and earlier. [BZ #15985] * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd on pre-v9 cpus, use a fnegs+fmovs sequence instead. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ NEWS | 2 +- sysdeps/sparc/sparc32/fpu/s_fdim.S | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.