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]
Other format: [Raw text]

Re: RFA: fix libiberty/pex-djgpp.c


"Eli Zaretskii" <eliz@gnu.org> writes:

> The current CVS version of pex-djgpp.c didn't compile.  The patch
> below fixes the problems I spotted; please review it.

Thanks for doing this.  I did not have a DJGPP system to try this code
out on.  It was obviously in fairly bad shape.

You don't need pex_djgpp_fdopenr.  It will only be called if
pex_init_common is called with PEX_USE_PIPES, which should never
happen since pex_init in pex-djgpp.c clears PEX_USE_PIPES.

Otherwise, this patch is approved.  Please check it into the gcc
repository first, as usual with libiberty patches.

Thanks.

Ian


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