This is the mail archive of the gdb-patches@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: [commit] updated gnulib from latest git.


On Monday 24 May 2010 21:40:10, FrÃdÃric RISS wrote:
> Hi,
> 
> Le dimanche 23 mai 2010 Ã 02:40 +0100, Pedro Alves a Ãcrit :
> > Following up from:
> > 
> >  <http://sourceware.org/ml/gdb/2010-05/msg00069.html>
> > 
> > I've updated gnulib from latest git.
> 
> 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:
> 
> -/* 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.

-- 
Pedro Alves

Index: ChangeLog
===================================================================
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  <pedro@codesourcery.com>
+
+	* config.in: Regenerate.
+
 2010-05-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
 	Code cleanup.
Index: config.in
===================================================================
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
 
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
 /* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
    <sys/proc.h> problem on IRIX 5. */
 #undef _KMEMUSER
 
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+
 /* Define to 1 if on MINIX. */
 #undef _MINIX
 


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