This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] Improve testsuite for poor expect behavior


> Date: Wed, 17 Jun 2009 16:18:43 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> 
> > >   Could we use something that would also work for Win64 compilation?
> > 
> > Sure, if you tell us what it is - I figured _WIN32 still worked.
> 
> As far as I can tell, _WIN32 *is* defined for Win64 as well.

Ah brilliant!  Another reason we should try to avoid using #ifdef
_WIN32 and the likes in generic GDB code.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]