From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30576 invoked by alias); 9 Aug 2011 15:40:02 -0000 Received: (qmail 30550 invoked by uid 22791); 9 Aug 2011 15:40:01 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Aug 2011 15:39:44 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LPO00I003E8DM00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 09 Aug 2011 18:39:10 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.94.185]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LPO00CCN3H97FB2@a-mtaout20.012.net.il>; Tue, 09 Aug 2011 18:39:10 +0300 (IDT) Date: Tue, 09 Aug 2011 15:40:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 1/7] Introduce header (jit-reader.h.in) and modify build system. In-reply-to: <1312903509-25132-2-git-send-email-sanjoy@playingwithpointers.com> To: Sanjoy Das Cc: gdb-patches@sourceware.org, sanjoy@playingwithpointers.com Reply-to: Eli Zaretskii Message-id: <83fwlazja8.fsf@gnu.org> References: <1312903509-25132-1-git-send-email-sanjoy@playingwithpointers.com> <1312903509-25132-2-git-send-email-sanjoy@playingwithpointers.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-08/txt/msg00196.txt.bz2 > From: Sanjoy Das > Cc: Sanjoy Das > Date: Tue, 9 Aug 2011 20:55:03 +0530 > > jit-reader.h.in will host the interface to be implemented and the API > to be used by the reader. The file needs to be processed by > ./configure to produce `jit.reader.h'; so that GDB_CORE_ADDR is > defined correctly. I understand that jit.c will be compiled unconditionally on the x86 architectures, is that right? If so, would it be possible to rename jit-header.h.in to jit-header.in, or some other name that doesn't violate the file-naming restrictions on 8+3 (a.k.a. DOS) filesystems? Handling such files that need to be used while compiling the DJGPP port of GDB is a nuisance. TIA