This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] lmemmem.patch


On Mon, Mar 24, 2008 at 02:20:05PM -0700, Doug Evans wrote:
> Another question: If we went this route, it seems like we will want to
> name it lmemmem (or whatever, just anything other than memmem to avoid
> any confusion with glibc's memmem).  Is that ok?

Do you want it anywhere besides GDB?

I have been thinking of adding support in the GDB build process to use
gnulib directly.  I even have a patch.  I put it under the GDB
subdirectory precisely to minimize integration and keeping-in-sync
issues with libiberty; gnulib-tool makes it easy to update.

(I did this originally because gnulib has a nice function to do
Unicode-aware line wrapping at word breaks.)

-- 
Daniel Jacobowitz
CodeSourcery


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