From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20069 invoked by alias); 13 Sep 2002 03:16:25 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 20054 invoked from network); 13 Sep 2002 03:16:24 -0000 Received: from unknown (HELO neon-gw.transmeta.com) (63.209.4.196) by sources.redhat.com with SMTP; 13 Sep 2002 03:16:24 -0000 Received: (from root@localhost) by neon-gw.transmeta.com (8.9.3/8.9.3) id UAA29804; Thu, 12 Sep 2002 20:16:19 -0700 Received: from mailhost.transmeta.com(10.1.1.15) by neon-gw.transmeta.com via smap (V2.1) id xma029798; Thu, 12 Sep 02 20:16:03 -0700 Received: from casey.transmeta.com (casey.transmeta.com [10.10.25.22]) by deepthought.transmeta.com (8.11.6/8.11.6) with ESMTP id g8D3G8j01158; Thu, 12 Sep 2002 20:16:08 -0700 (PDT) Received: (from dje@localhost) by casey.transmeta.com (8.9.3/8.7.3) id UAA07454; Thu, 12 Sep 2002 20:16:08 -0700 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15745.22648.285894.135472@casey.transmeta.com> Date: Thu, 12 Sep 2002 20:16:00 -0000 To: Ben Elliston Cc: binutils@sources.redhat.com, gdb@sources.redhat.com Subject: Re: New binutils directory src/include/cpu/ for .cpu and .opc files? In-Reply-To: References: <3D813B07.4090401@ges.redhat.com> X-SW-Source: 2002-09/txt/msg00142.txt.bz2 Ben Elliston writes: > >>>>> "Andrew" == Andrew Cagney writes: > > Andrew> Hello, > Andrew> I'd like to propose a new directory: > Andrew> src/include/cpu/ > > I think this is a misleading place to put CGEN .cpu files. `include' > implies that this directory holds C header files that are brought in > using `#include'. How about src/cgen-cpu (*)? Or maybe even src/cpu/cgen. I like the latter (though I only put a few seconds of thought into it). It doesn't preclude having cgen-like things other than cgen, and gives them a home. (*) It screws up tab-completion of src/cgen, but it's descriptive.