This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] native mingw32 gdb, eol format
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Sat, 20 Jul 2013 09:55:40 +0300
- Subject: Re: [PATCH] native mingw32 gdb, eol format
- References: <1373936767-14858-1-git-send-email-yao at codesourcery dot com> <83ppuj2p7r dot fsf at gnu dot org> <51E9DBD4 dot 4070605 at codesourcery dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Sat, 20 Jul 2013 08:37:40 +0800
> From: Yao Qi <yao@codesourcery.com>
> CC: <gdb-patches@sourceware.org>
>
> > This is a problem with the test suite, so please fix it in the test
> > suite. If you_must_ make the change in GDB, please introduce some
> > specialized option to do that. But changing the default behavior like
> > that is IMO a no-starter.
>
> Looks fixing the testsuite to allow '\r\r\n' is a promising approach,
> however it is not a small piece of work. The patch below is a
> proof-of-concept implementation, and we need to apply the change (\r
> -> ${cr}) to the testsuite. Please let me know is it what you
> want, and then I can evaluate how much efforts are needed here.
It is fine with me, but I don't know enough about the test suite to
give you a definitive approval. I'm sure others will respond.
Thanks.