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: [patch]: Fix build for GO32 and WIN32 targets


On Thursday 21 January 2010 22:05:37, Eli Zaretskii wrote:
> > From: Pedro Alves <pedro@codesourcery.com>
> > Date: Thu, 21 Jan 2010 21:24:21 +0000
> > Cc: Kai Tietz <ktietz70@googlemail.com>
> > 
> > All the callers of check_syscall are wrapped inside:
> > 
> >  #if !defined(__GO32__) && !defined(_WIN32)
> 
> Yes, but why?

Presumably because it's doing things that aren't either
supported or needed on those targets.  I don't think that
matters in the context of this patch.  I've answered your
question of why don't other targets hit the same
problem.  If there's something to should be done to
implement some missing  bits for djgpp or mingw, that's
a completely separate change.

-- 
Pedro Alves


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