This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
RE: [RFA] Update cygwin specific code in nto-tdep.c
- From: "Pierre Muller" <pierre dot muller at ics-cnrs dot unistra dot fr>
- To: "'Joel Brobecker'" <brobecker at adacore dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Tue, 3 May 2011 10:49:27 +0200
- Subject: RE: [RFA] Update cygwin specific code in nto-tdep.c
- References: <000301cbfe90$cda6fd90$68f4f8b0$@muller@ics-cnrs.unistra.fr> <20110502213635.GG2489@adacore.com>
> -----Message d'origine-----
> De?: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Joel Brobecker
> Envoyé?: lundi 2 mai 2011 23:37
> À?: Pierre Muller
> Cc?: gdb-patches@sourceware.org
> Objet?: Re: [RFA] Update cygwin specific code in nto-tdep.c
>
> > 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
> >
> > * nto-tdep.c (nto_target): Replace deprecated call to
> > cygwin_conv_to_posix_path functions by cygwin_conv_path calls.
>
> Has this been reviewed? If not, this looks OK to me.
Thanks for the approval,
patch committed in
http://sourceware.org/ml/gdb-cvs/2011-05/msg00012.html
Pierre
> Note that strictly speaking, the call to cygwin_conv_path is made
> such that a relative path from QNX_TARGET is not preserved relative
> anymore. Looking at the usage, I think that's an improvement, though.
I didn't really realize that this was changing from
cygwin_conv_to_posix_path
to cygwin_conv_path.