From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8211 invoked by alias); 27 Sep 2002 00:04:23 -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 8192 invoked from network); 27 Sep 2002 00:04:22 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 27 Sep 2002 00:04:22 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BC5BF3DC7; Thu, 26 Sep 2002 20:04:22 -0400 (EDT) Message-ID: <3D93A086.3060700@redhat.com> Date: Thu, 26 Sep 2002 17:04: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: Nick Clifton , binutils@sources.redhat.com Cc: gdb@sources.redhat.com Subject: Re: New binutils directory src/include/cpu/ for .cpu and .opc files? References: <3D813B07.4090401@ges.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00465.txt.bz2 > Hello, > > I'd like to propose a new directory: > > src/include/cpu/ > > The directory would contain the CGEN .cpu and .opc input files used to generate CGEN based binutils disassemblers, assemblers and (?) relocations. GDB could also use these files when generating CGEN based simulators. > > The directory would be part of the FSF's BINUTILS package and, hence, would be covered by the BINUTILS copyright assignment. > > Thoughts? > Andrew It would appear that the first preference is src/cpu/. The runner up being src/opcodes// Nick? Andrew