From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4227 invoked by alias); 2 Nov 2005 15:25:35 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 4051 invoked by uid 22791); 2 Nov 2005 15:25:30 -0000 Received: from lon-del-01.spheriq.net (HELO lon-del-01.spheriq.net) (195.46.50.97) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 02 Nov 2005 15:25:30 +0000 Received: from lon-out-03.spheriq.net ([195.46.50.131]) by lon-del-01.spheriq.net with ESMTP id jA2FP8vI013373 for ; Wed, 2 Nov 2005 15:25:14 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-03.spheriq.net with ESMTP id jA2FP1ph014771 for ; Wed, 2 Nov 2005 15:25:03 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-01.spheriq.net with ESMTP id jA2FOxhn022202 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 2 Nov 2005 15:25:01 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 4CFFADA47; Wed, 2 Nov 2005 15:24:55 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 9568947384; Wed, 2 Nov 2005 15:27:47 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 4127075994; Wed, 2 Nov 2005 15:27:47 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id BE4A14735A; Wed, 2 Nov 2005 15:27:46 +0000 (GMT) Received: from [164.129.15.13] (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CFM00067 (AUTH "andrew stubbs"); Wed, 2 Nov 2005 15:24:53 GMT Message-ID: <4368D9CD.1060503@st.com> Date: Wed, 02 Nov 2005 19:55:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: Build sh-elf with -Werror References: <4368D237.8040704@st.com> <20051102145420.GA28462@nevyn.them.org> In-Reply-To: <20051102145420.GA28462@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.1.07 X-SW-Source: 2005-11/txt/msg00039.txt.bz2 Daniel Jacobowitz wrote: > The gdb_byte warnings mostly only show up with gcc4. $ gcc --version gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-53) >>The attached patch fixes the problems. Note that monitor.c actually did >>build because it is never built with Werror, but not all the warnings >>were unavoidable. > > > These are OK. Thanks. Thanks, commited. Andrew