From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8293 invoked by alias); 26 Nov 2002 15:30:27 -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 7941 invoked from network); 26 Nov 2002 15:30:19 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 26 Nov 2002 15:30:19 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 05CC33F30; Tue, 26 Nov 2002 10:30:14 -0500 (EST) Message-ID: <3DE39385.30605@redhat.com> Date: Tue, 26 Nov 2002 07:30:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: HPPA files naming convention... References: <20021126005631.GC23000@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00647.txt.bz2 > I find the naming convention for the hppa targets too short for my > liking: - hppah -> hppa on hpux > - hppao -> hppa on osf > - hppab -> hppa on bsd What about the other way. panbsd-tdep.c pa-linux-tdep.c pa-hpux-nat.c for reasons unknown gdb ended up with config/pa instead of config/hppa. > I suggest we transition to a more verbose naming, which should be more > consistent with the other ports I know. For instance, how about > hppa-hpux instead of hppah. I hear a netbsd port will probably be done > in the future, we can then use hppa-netbsd. > > We would use this convention for the files in the config/pa directory > (tm-hppa-hpux.h, hppa-hpux.mt, etc), and also for for the files in gdb > (hppa-hpux-tdep.c). > > The part that is indenpedent of the OS would still stay in hppa (eg > tm-hppa, hppa-tdep.c, etc). > > Does this seam like a good idea? but which ever. (To follow up eli's comment, watch the ari for name space problems). Andrew