From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21312 invoked by alias); 15 Jan 2003 15:46:32 -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 21305 invoked from network); 15 Jan 2003 15:46:30 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 209.249.29.67 with SMTP; 15 Jan 2003 15:46:30 -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 KAA17184 for ; Wed, 15 Jan 2003 10:37:42 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id KAA19866 for ; Wed, 15 Jan 2003 10:46:17 -0500 Message-ID: <011601c2bcad$39347b20$0202040a@catdog> From: "Kris Warkentin" To: Subject: where to put headers in new port Date: Wed, 15 Jan 2003 15:46: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/msg00259.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. cheers, Kris