From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18358 invoked by alias); 29 Jun 2003 21:37:43 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18351 invoked from network); 29 Jun 2003 21:37:42 -0000 Received: from unknown (HELO crack.them.org) (146.82.138.56) by sources.redhat.com with SMTP; 29 Jun 2003 21:37:42 -0000 Received: from dsl093-172-017.pit1.dsl.speakeasy.net ([66.93.172.17] helo=nevyn.them.org ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 19Wjsb-00047H-00; Sun, 29 Jun 2003 16:38:38 -0500 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 19WjrX-0003zE-00; Sun, 29 Jun 2003 17:37:31 -0400 Date: Sun, 29 Jun 2003 21:37:00 -0000 From: Daniel Jacobowitz To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [ob/6.0] Fix a new sparc build failure Message-ID: <20030629213727.GA15297@nevyn.them.org> Mail-Followup-To: Andrew Cagney , gdb-patches@sources.redhat.com References: <20030629211653.GA29914@nevyn.them.org> <3EFF59D8.10001@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EFF59D8.10001@redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-06/txt/msg00875.txt.bz2 On Sun, Jun 29, 2003 at 05:27:52PM -0400, Andrew Cagney wrote: > >sparc_y_regnum is mentioned in the tm header, so sparc-nat.c actually > >references it. Fixes another sparc-native build failure; checked in. > > Missing an extern declaration? The nat file would be getting -Wimplict. No, the extern declaration is there too. There was an extern followed by a static, which some future version of GCC (probably 3.4) will warn about. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer