OSDN Git Service

* flow.c (find_unreachable_blocks): New function.
[pf3gnuchains/gcc-fork.git] / gcc / config.in
index eb3da5d..53995ba 100644 (file)
@@ -13,9 +13,6 @@
 /* Define if you don't have vprintf but do have _doprnt.  */
 #undef HAVE_DOPRNT
 
-/* Define if the `long double' type works.  */
-#undef HAVE_LONG_DOUBLE
-
 /* Define if you have the ANSI # stringizing operator in cpp. */
 #undef HAVE_STRINGIZE
 
 /* Define if you have the atoq function.  */
 #undef HAVE_ATOQ
 
-/* Define if you have the bcopy function.  */
-#undef HAVE_BCOPY
-
 /* Define if you have the bsearch function.  */
 #undef HAVE_BSEARCH
 
+/* Define if you have the clock function.  */
+#undef HAVE_CLOCK
+
 /* Define if you have the dcgettext function.  */
 #undef HAVE_DCGETTEXT
 
 /* Define if you have the kill function.  */
 #undef HAVE_KILL
 
+/* Define if you have the lstat function.  */
+#undef HAVE_LSTAT
+
 /* Define if you have the munmap function.  */
 #undef HAVE_MUNMAP
 
 /* Define if you have the sysconf function.  */
 #undef HAVE_SYSCONF
 
+/* Define if you have the times function.  */
+#undef HAVE_TIMES
+
 /* Define if you have the <argz.h> header file.  */
 #undef HAVE_ARGZ_H
 
 /* Define if you have the <nl_types.h> header file.  */
 #undef HAVE_NL_TYPES_H
 
-/* Define if you have the <stab.h> header file.  */
-#undef HAVE_STAB_H
-
-/* Define if you have the <stdbool.h> header file.  */
-#undef HAVE_STDBOOL_H
-
 /* Define if you have the <stddef.h> header file.  */
 #undef HAVE_STDDEF_H
 
 /* Define if your compiler understands volatile. */
 #undef HAVE_VOLATILE
 
+/* Define if your compiler supports the `long double' type. */
+#undef HAVE_LONG_DOUBLE
+
 /* Define if your compiler supports the `long long' type. */
 #undef HAVE_LONG_LONG
 
 /* Define if your compiler supports the `__int64' type. */
 #undef HAVE___INT64
 
+/* Define if the `_Bool' type is built-in. */
+#undef HAVE__BOOL
+
 /* The number of bytes in type short */
 #undef SIZEOF_SHORT
 
 /* Always define this when using the GNU C Library */
 #undef _GNU_SOURCE
 
+/* Define if you have a working <stdbool.h> header file. */
+#undef HAVE_STDBOOL_H
+
 /* Define if you can safely include both <string.h> and <strings.h>. */
 #undef STRING_WITH_STRINGS
 
 #undef HAVE_MMAP_FILE
 
 /* Define to 1 if we found this declaration otherwise define to 0. */
-#undef HAVE_DECL_BCOPY
-
-/* Define to 1 if we found this declaration otherwise define to 0. */
 #undef HAVE_DECL_GETENV
 
 /* Define to 1 if we found this declaration otherwise define to 0. */
 #undef HAVE_DECL_ENVIRON
 
 /* Define to 1 if we found this declaration otherwise define to 0. */
+#undef HAVE_DECL_ERRNO
+
+/* Define to 1 if we found this declaration otherwise define to 0. */
 #undef HAVE_DECL_MALLOC
 
 /* Define to 1 if we found this declaration otherwise define to 0. */
 #undef HAVE_DECL_GETOPT
 
 /* Define to 1 if we found this declaration otherwise define to 0. */
+#undef HAVE_DECL_CLOCK
+
+/* Define to 1 if we found this declaration otherwise define to 0. */
 #undef HAVE_DECL_GETRLIMIT
 
 /* Define to 1 if we found this declaration otherwise define to 0. */
 /* Define to 1 if we found this declaration otherwise define to 0. */
 #undef HAVE_DECL_GETRUSAGE
 
+/* Define to 1 if we found this declaration otherwise define to 0. */
+#undef HAVE_DECL_TIMES
+
+/* Define if <sys/times.h> defines struct tms. */
+#undef HAVE_STRUCT_TMS
+
+/* Define if <time.h> defines clock_t. */
+#undef HAVE_CLOCK_T
+
 /* Define if host mkdir takes a single argument. */
 #undef MKDIR_TAKES_ONE_ARG
 
 /* Define if your assembler supports .uleb128. */
 #undef HAVE_AS_LEB128
 
+/* Define if your assembler mis-optimizes .eh_frame data. */
+#undef USE_AS_TRADITIONAL_FORMAT
+
 /* Define if your assembler supports .register. */
 #undef HAVE_AS_REGISTER_PSEUDO_OP
 
    and preserves file table indicies exactly as given. */
 #undef HAVE_AS_DWARF2_DEBUG_LINE
 
-/* Define to 1 if you want to enable namespaces (-fhonor-std) by default. */
-#undef ENABLE_STD_NAMESPACE
+/* Define 0/1 to force the choice for exception handling model. */
+#undef CONFIG_SJLJ_EXCEPTIONS
 
 
 /* Bison unconditionally undefines `const' if neither `__STDC__' nor