This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [RFC] sigsetjmp/siglongjmp on cygwin



On Wed, 1 Aug 2001, Keith Seitz wrote:

> > [...] An alternative would be to #undef
> > HAVE_SIGSETJMP in the cygwin xm.h file.  That isolates this bogosity
> > nicely in a platform-specific file.
> 
> Hmmm.. This might be a better approach. I hate touching configure.in: it
> makes everyone recompile all of gdb.

Or maybe #define sigsetjmp setjmp etc., again in a Cygwin-specific
header.  You can even make that define be version specific, assuming
that some future version of Cygwin solves the problem.


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