From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6179 invoked by alias); 3 Jul 2003 14:24:00 -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 6172 invoked from network); 3 Jul 2003 14:24:00 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 3 Jul 2003 14:24:00 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6B9132B5F; Thu, 3 Jul 2003 10:23:57 -0400 (EDT) Message-ID: <3F043C7D.6050003@redhat.com> Date: Thu, 03 Jul 2003 14:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [ob/6.0] Fix a new sparc build failure References: <20030629211653.GA29914@nevyn.them.org> <3EFF59D8.10001@redhat.com> <20030629213727.GA15297@nevyn.them.org> <3EFF64DA.70405@redhat.com> <20030703140033.GB11555@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg00069.txt.bz2 >> Can you please move the extern declaration to "sparc-tdep.h"? Without >> it, there's yet another -Wmissing-prototypes to fix. > > > Would you prefer creating a sparc-tdep.h for this, or just moving the > prototype out of the #if? There's no sparc-tdep.h yet and I don't want > to do surgery on the sparc port to populate it properly. Might was well just be done with it and create the "sparc-tdep.h" file. No reason to populate it with anything other than something to fix the immediate problem though :-) Andrew