From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24573 invoked by alias); 23 May 2010 01:40:45 -0000 Received: (qmail 24565 invoked by uid 22791); 23 May 2010 01:40:44 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 23 May 2010 01:40:40 +0000 Received: (qmail 16948 invoked from network); 23 May 2010 01:40:39 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 23 May 2010 01:40:39 -0000 From: Pedro Alves To: "Pierre Muller" Subject: Re: Mingw64 gnulib troubles Date: Sun, 23 May 2010 01:40:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.31-21-generic; KDE/4.3.2; x86_64; ; ) Cc: gdb@sourceware.org References: <001c01caf939$34cd6ad0$9e684070$@muller@ics-cnrs.unistra.fr> <201005220011.49586.pedro@codesourcery.com> <001f01caf93d$337a6120$9a6f2360$@muller@ics-cnrs.unistra.fr> In-Reply-To: <001f01caf93d$337a6120$9a6f2360$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201005230240.37229.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-05/txt/msg00070.txt.bz2 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