This is the mail archive of the gdb@sourceware.org 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: Mingw64 gnulib troubles


On Saturday 22 May 2010 00:27:37, Pierre Muller wrote:
> > Pedro Alves wrote:
> > Did you raise this with the gnulib maintainers?  We import
> > gnulib from elsewhere, we don't maintain it ourselves.  It
> > would be a good idea to check if it's something they've
> > fixed meanwhile, meaning we'd just need to import a more
> > recent version of whatever's not compiling warning free.
> 
>   There seems to be some uintptr_t use in
> the current memcmp.c file:
> http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/memcmp.c;h=25f
> 9b2a1e73c116dea48e8720194cd1633f20de9;hb=master
> 
>   Could we update this?

Done.  We are only importing the memmem module from
gnulib, and the memcmp.c file is no longer pulled in by that
module; so that file is actually gone from our tree.

-- 
Pedro Alves


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