From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92525 invoked by alias); 23 Mar 2015 17:37:11 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 92509 invoked by uid 89); 23 Mar 2015 17:37:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout29.012.net.il Received: from mtaout29.012.net.il (HELO mtaout29.012.net.il) (80.179.55.185) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Mar 2015 17:37:08 +0000 Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NLO00B00DYMY500@mtaout29.012.net.il> for gdb-patches@sourceware.org; Mon, 23 Mar 2015 19:34:00 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NLO008U4E4O5V30@mtaout29.012.net.il>; Mon, 23 Mar 2015 19:34:00 +0200 (IST) Date: Mon, 23 Mar 2015 17:37:00 -0000 From: Eli Zaretskii Subject: Re: [patch 1/2] mingw: update gnulib: prepare the sources In-reply-to: <55104C7B.9060405@redhat.com> To: Pedro Alves Cc: jan.kratochvil@redhat.com, ktietz@redhat.com, gdb-patches@sourceware.org, vinschen@redhat.com, nickc@redhat.com Reply-to: Eli Zaretskii Message-id: <83mw33r4y3.fsf@gnu.org> References: <20141222221229.GA30575@host2.jankratochvil.net> <108241234.1319759.1419335690162.JavaMail.zimbra@redhat.com> <20141224222045.GA30482@host2.jankratochvil.net> <551044A0.9070607@redhat.com> <20150323170830.GA8493@host1.jankratochvil.net> <55104C7B.9060405@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00729.txt.bz2 > Date: Mon, 23 Mar 2015 17:25:15 +0000 > From: Pedro Alves > CC: Kai Tietz , gdb-patches@sourceware.org, Corinna Vinschen , Nicholas Clifton > > > With this header file used for GDB's sources aren't gnulib's .c files compiled > > with incompatible ABI? > > Other than rpl_gettimeofday (the gettimeofday replacement): > > gettimeofday.o:0000005a T _rpl_gettimeofday > > AFAICS, there's no other use of "struct timeval" or gettimeofday in gnulib's > sources. We should watch out for Gnulib's 'select' and friends, if we ever want to import that. Also 'utimens'.