From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7612 invoked by alias); 15 Jan 2003 16:15:03 -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 7599 invoked from network); 15 Jan 2003 16:15:01 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by 209.249.29.67 with SMTP; 15 Jan 2003 16:15:01 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B5A8A3EDB; Wed, 15 Jan 2003 11:14:51 -0500 (EST) Message-ID: <3E2588FB.4070209@redhat.com> Date: Wed, 15 Jan 2003 16:15:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Warkentin Cc: gdb@sources.redhat.com Subject: Re: where to put headers in new port References: <011601c2bcad$39347b20$0202040a@catdog> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00262.txt.bz2 > We have several header files that are included with our QNX port of gdb > relating to registers, remote protocols, etc. > > When we were maintaining our own port, we just put them in the top-level > include directory but now that we are trying to submit our port to your cvs, > that seems less than appropriate. > > My first thought was just to create a qnxnto subdirectory under the include > directory but I thought I should ask if anyone has any better suggestions > first. It really depends on what the files contain. sim/gdb register number tables appear in include/gdb/CPU-sim.h, for instance. What is nto? Andrew