From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12947 invoked by alias); 8 Nov 2005 01:56:10 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 12440 invoked by uid 22791); 8 Nov 2005 01:56:07 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 08 Nov 2005 01:56:07 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id jA81u5XC012633 for ; Mon, 7 Nov 2005 20:56:05 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id jA81u5V05919 for ; Mon, 7 Nov 2005 20:56:05 -0500 Received: from localhost.localdomain (vpn50-70.rdu.redhat.com [172.16.50.70]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id jA81u5Le012009 for ; Mon, 7 Nov 2005 20:56:05 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id jA81tx5i006587 for ; Mon, 7 Nov 2005 18:55:59 -0700 Date: Tue, 08 Nov 2005 01:56:00 -0000 From: Kevin Buettner To: gdb@sources.redhat.com Subject: Re: Status on cross builds Message-ID: <20051107185559.68a8d841@ironwood.lan> In-Reply-To: <20051107222431.GG1635@adacore.com> References: <20051102181756.GB979@adacore.com> <20051107124254.53be3783@ironwood.lan> <20051107222431.GG1635@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-11/txt/msg00189.txt.bz2 On Mon, 7 Nov 2005 14:24:31 -0800 Joel Brobecker wrote: > > I'll take a look at ia64-linux-gnu and frv-elf. Do you want -Werror cleanups > > applied to both the release branch and mainline or mainline only? > > IMO, only mainline is fine, especially if the warnings do not point > at a blocking bug. I've just committed some suitable fixes to the mainline which allow ia64-linux-gnu and frv-elf to once again build using -Werror. The frv-elf fixes were all gdb_byte related and the ia64 fix was a one-liner which simply changed a floatformat related type. As such, I don't think these need to go on the release branch, though if someone wants them there, I'm willing to commit to the branch as well. Kevin