This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Import strchrnul from gnulib and use it
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Simon Marchi <simon dot marchi at ericsson dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 28 Jan 2016 17:44:17 +0000
- Subject: Re: [PATCH] Import strchrnul from gnulib and use it
- Authentication-results: sourceware.org; auth=none
- References: <1453928650-30750-1-git-send-email-simon dot marchi at ericsson dot com> <86r3h1pud0 dot fsf at gmail dot com> <56AA3EE5 dot 5050705 at ericsson dot com>
On 28/01/16 16:16, Simon Marchi wrote:
Is there a reason for this? If one day we decide that we don't want strchrnul
anymore, we are probably going to forget about rawmemchr, and it will still be
imported even though it's not used.
If it's a policy that has been discussed before, I have no problem adding it.
I would just like to understand.
Yes, it was discussed before,
https://sourceware.org/ml/gdb-patches/2014-10/msg00842.html and I think
we'd better list all of them explicitly to know what do we import to
GDB.
--
Yao (éå)