From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Eli Zaretskii Cc: Christopher Faylor , gdb@sources.redhat.com Subject: Re: DOS/Windows-specific code: cli-cmds.c Date: Thu, 10 May 2001 08:33:00 -0000 Message-id: <3AF9C845.4030201@cygnus.com> References: X-SW-Source: 2001-05/msg00219.html > On Tue, 8 May 2001, Andrew Cagney wrote: > > >> > IMO, it should be moved to xm-go32.h. > >> >> Don't forget that the *x* files are going. config.in/configure.in are >> better. > > > Alternatively, we could simply put it into defs.h. We have already > quite a few system-dependent defines there. (Hmm, how about creating > a sysdep.h or something, and moving those defines to that file?) > > The downside of configure.in is that it's a lot of fuss for > practically doing the same: you examine some preprocessor macro in the > test program. Simply testing the same preprocessor macro at GDB > compile time has the same effect. True. Looking at defs.h most of those will probably be moved to filenames.h. Anyway, I'll leave it to you can Chris to figure out. From my point of view I'm pretty happy, it flushed out some more of WinGDB. Andrew