From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6240 invoked by alias); 12 Jan 2012 23:40:09 -0000 Received: (qmail 6226 invoked by uid 22791); 12 Jan 2012 23:40:07 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Jan 2012 23:39:52 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0CNdpIW005320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 12 Jan 2012 18:39:51 -0500 Received: from host2.jankratochvil.net (ovpn-116-21.ams2.redhat.com [10.36.116.21]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q0CNdmhu023989 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Thu, 12 Jan 2012 18:39:50 -0500 Date: Thu, 12 Jan 2012 23:42:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: [obv] Sync configure and config.in Message-ID: <20120112233947.GA6727@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-01/txt/msg00452.txt.bz2 Hello, they got somehow out of sync. Checked in. Thanks, Jan http://sourceware.org/ml/gdb-cvs/2012-01/msg00120.html --- src/gdb/ChangeLog 2012/01/12 22:51:08 1.13734 +++ src/gdb/ChangeLog 2012/01/12 23:38:46 1.13735 @@ -1,3 +1,8 @@ +2012-01-12 Jan Kratochvil + + * configure: Regenerate. + * config.in: Regenerate. + 2012-01-12 Keith Seitz PR mi/10586 --- src/gdb/config.in 2011/11/20 08:59:56 1.129 +++ src/gdb/config.in 2012/01/12 23:38:47 1.130 @@ -158,6 +158,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + /* Define if ELF support should be included. */ #undef HAVE_ELF @@ -725,6 +728,13 @@ /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST +/* directory to load the JIT readers from */ +#undef JIT_READER_DIR + +/* Define if the jit-reader-dir directory should be relocated when GDB is + moved. */ +#undef JIT_READER_DIR_RELOCATABLE + /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */ #undef MAP_ANONYMOUS @@ -810,6 +820,15 @@ /* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG +/* The size of `unsigned long', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED_LONG + +/* The size of `unsigned long long', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED_LONG_LONG + +/* The size of `unsigned __int128', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED___INT128 + /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'size_t'. */ #undef SIZE_T_SUFFIX @@ -982,12 +1001,3 @@ /* Define as `fork' if `vfork' does not work. */ #undef vfork - -/* The directory from which JIT readers should be loaded. */ -#undef JIT_READER_DIR - -/* Define if JIT_READER_DIR should be relocated when GDB is moved. */ -#undef JIT_READER_DIR_RELOCATABLE - -/* Define if the platform has dlfcn.h. */ -#undef HAVE_DLFCN_H --- src/gdb/configure 2012/01/02 02:28:56 1.336 +++ src/gdb/configure 2012/01/12 23:38:47 1.337 @@ -11661,7 +11661,7 @@ sys/reg.h sys/debugreg.h sys/select.h sys/syscall.h \ sys/types.h sys/wait.h wait.h termios.h termio.h \ sgtty.h unistd.h elf_hp.h ctype.h time.h locale.h \ - dlfcn.h + dlfcn.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"