From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27002 invoked by alias); 8 May 2002 16:31:10 -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 26987 invoked from network); 8 May 2002 16:31:08 -0000 Received: from unknown (HELO dr-evil.shagadelic.org) (208.176.2.162) by sources.redhat.com with SMTP; 8 May 2002 16:31:08 -0000 Received: by dr-evil.shagadelic.org (Postfix, from userid 7518) id 84E80986C; Wed, 8 May 2002 09:31:08 -0700 (PDT) Date: Wed, 08 May 2002 09:31:00 -0000 From: Jason R Thorpe To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] New sh*-*-netbsdelf* native and target configuration Message-ID: <20020508093108.H3435@dr-evil.shagadelic.org> Reply-To: thorpej@wasabisystems.com Mail-Followup-To: Jason R Thorpe , Andrew Cagney , gdb-patches@sources.redhat.com References: <20020508082701.F3435@dr-evil.shagadelic.org> <3CD947D4.6070601@cygnus.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="eHhjakXzOLJAF9wJ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3CD947D4.6070601@cygnus.com>; from ac131313@cygnus.com on Wed, May 08, 2002 at 11:44:20AM -0400 Organization: Wasabi Systems, Inc. X-SW-Source: 2002-05/txt/msg00212.txt.bz2 --eHhjakXzOLJAF9wJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 321 On Wed, May 08, 2002 at 11:44:20AM -0400, Andrew Cagney wrote: > Which reminds me, you need to update config/djgpp/fnchange.lst to fix > the 8.3 alphanbsd* problem :-) Fixed thusly. * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and alphanbsd-tdep.c. -- -- Jason R. Thorpe --eHhjakXzOLJAF9wJ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=fnchange-patch Content-length: 713 Index: config/djgpp/fnchange.lst =================================================================== RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v retrieving revision 1.26 diff -u -r1.26 fnchange.lst --- config/djgpp/fnchange.lst 1 Mar 2002 16:11:23 -0000 1.26 +++ config/djgpp/fnchange.lst 8 May 2002 16:30:46 -0000 @@ -52,6 +52,8 @@ @V@/gdb/ChangeLog-2000 @V@/gdb/ChangeLog.000 @V@/gdb/ChangeLog-2001 @V@/gdb/ChangeLog.001 @V@/gdb/ChangeLog-3.x @V@/gdb/ChangeLog.3-x +@V@/gdb/alphanbsd-nat.c @V@/gdb/alphnb-nat.c +@V@/gdb/alphanbsd-tdep.c @V@/gdb/alphnb-tdep.c @V@/gdb/arm-linux-nat.c @V@/gdb/armlin-nat.c @V@/gdb/arm-linux-tdep.c @V@/gdb/armlin-tdep.c @V@/gdb/armnbsd-nat.c @V@/gdb/armnbd-nat.c --eHhjakXzOLJAF9wJ--