From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3241 invoked by alias); 15 Jan 2003 19:37: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 3232 invoked from network); 15 Jan 2003 19:37:02 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 15 Jan 2003 19:37:02 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id OAA25729; Wed, 15 Jan 2003 14:28:25 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id OAA17542; Wed, 15 Jan 2003 14:37:01 -0500 Message-ID: <023201c2bccd$7439ae50$0202040a@catdog> From: "Kris Warkentin" To: "Andrew Cagney" Cc: References: <011601c2bcad$39347b20$0202040a@catdog> <3E2588FB.4070209@redhat.com> Subject: Re: where to put headers in new port Date: Wed, 15 Jan 2003 19:37:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-01/txt/msg00274.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. > It looks like the right thing to do (or at least what other OSes have done) is to create an nto-share directory under gdb. Thanks, Kris