[PATCH 1/7] Introduce header (jit-reader.h.in) and modify build system.

Eli Zaretskii eliz@gnu.org
Tue Aug 9 15:40:00 GMT 2011


> From: Sanjoy Das <sanjoy@playingwithpointers.com>
> Cc: Sanjoy Das <sanjoy@playingwithpointers.com>
> 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



More information about the Gdb-patches mailing list