From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5673 invoked by alias); 8 May 2002 15:44:16 -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 5665 invoked from network); 8 May 2002 15:44:15 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 8 May 2002 15:44:15 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D58CC3D2F; Wed, 8 May 2002 11:44:20 -0400 (EDT) Message-ID: <3CD947D4.6070601@cygnus.com> Date: Wed, 08 May 2002 08:44:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc1) Gecko/20020429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: thorpej@wasabisystems.com Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] New sh*-*-netbsdelf* native and target configuration References: <20020508082701.F3435@dr-evil.shagadelic.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00210.txt.bz2 Just a note on names, NetBSD has the convention: armnbsd-nat.c i386nbsd-nat.c m68knbsd-nat.c ns32knbsd-nat.c armnbsd-tdep.c i386nbsd-tdep.c m68knbsd-tdep.c ppcnbsd-nat.c i.e.: shnbsd-nat.c and not sh-nbsd-nat.c Which reminds me, you need to update config/djgpp/fnchange.lst to fix the 8.3 alphanbsd* problem :-) Andrew