]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 21 Feb 2012 22:03:47 +0000 (22:03 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 21 Feb 2012 22:03:47 +0000 (22:03 +0000)
* configure: Regenerate.
* config.in: Regenerate.

gdb/ChangeLog
gdb/config.in
gdb/configure

index 18ec4e76fe67bd766a636bab2609a5414f56d2cb..ad6a39e1dd35f0820f1952c3d5d8319c1614662e 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
 
        * version.in: Set version to 7.4.0.20120124-cvs.
index 4af4e696265734c144b94b8bf1ed654c14e576e6..4aff10db693beef6bdc623b2c786009abb863010 100644 (file)
    */
 #undef HAVE_DIRENT_H
 
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
 /* Define if ELF support should be included. */
 #undef HAVE_ELF
 
 /* 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
 
 /* 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
 
 /* 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
index 6408fc2095b662e105eaf1ce1c4c1c7e7cb1c3b9..0f3d96b15981ca0142781694e3a50b3b0fcfad01 100755 (executable)
@@ -11665,7 +11665,7 @@ for ac_header in nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
                  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"