From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6246 invoked by alias); 24 May 2010 22:57:19 -0000 Received: (qmail 6238 invoked by uid 22791); 24 May 2010 22:57:19 -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; Mon, 24 May 2010 22:57:16 +0000 Received: (qmail 14011 invoked from network); 24 May 2010 22:57:14 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 24 May 2010 22:57:14 -0000 From: Pedro Alves To: =?utf-8?q?Fr=C3=A9d=C3=A9ric_RISS?= Subject: Re: [commit] updated gnulib from latest git. Date: Mon, 24 May 2010 22:58:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.31-21-generic; KDE/4.3.2; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <201005230240.12389.pedro@codesourcery.com> <1274733610.1918.15.camel@localhost.localdomain> In-Reply-To: <1274733610.1918.15.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201005242356.50701.pedro@codesourcery.com> X-IsSubscribed: yes 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 X-SW-Source: 2010-05/txt/msg00559.txt.bz2 On Monday 24 May 2010 21:40:10, Fr=C3=A9d=C3=A9ric RISS wrote: > Hi, >=20 > Le dimanche 23 mai 2010 =C3=A0 02:40 +0100, Pedro Alves a =C3=A9crit : > > Following up from: > >=20 > > > >=20 > > I've updated gnulib from latest git. >=20 > I don't understand all the specifics, but it seems there is something > broken in this commit. The commit contains the followig hunk in > gdb/config.in: >=20 > -/* Number of bits in a file offset, on hosts where this is settable. */ > -#undef _FILE_OFFSET_BITS > - How bizarre. I don't know how that happened. Maybe I used the wrong version of autoconf/header. Just regenerating the file brought that back. Thanks for finding and pointing this out. --=20 Pedro Alves Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.11835 diff -u -p -u -p -r1.11835 ChangeLog --- ChangeLog 23 May 2010 14:23:30 -0000 1.11835 +++ ChangeLog 24 May 2010 22:51:24 -0000 @@ -1,3 +1,7 @@ +2010-05-24 Pedro Alves + + * config.in: Regenerate. + 2010-05-23 Jan Kratochvil =20 Code cleanup. Index: config.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/gdb/config.in,v retrieving revision 1.117 diff -u -p -u -p -r1.117 config.in --- config.in 23 May 2010 00:56:59 -0000 1.117 +++ config.in 24 May 2010 22:51:26 -0000 @@ -853,10 +853,16 @@ # endif #endif =20 +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + /* Define to 1 so gets a definition of anon_hdl. Works around= a problem on IRIX 5. */ #undef _KMEMUSER =20 +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Define to 1 if on MINIX. */ #undef _MINIX =20