* gencode.c (build_instruction) [MUL]: Cast operands to word64, to
[deliverable/binutils-gdb.git] / gdb / acconfig.h
index bb9b99141af71a9c863b3262fa180b3d5083592b..fc7ce7c6207c238295da7635ac1810ff15c8709f 100644 (file)
@@ -1,9 +1,28 @@
 
+/* Whether malloc must be declared even if <stdlib.h> is included.  */
+#undef NEED_DECLARATION_MALLOC
+
+/* Whether realloc must be declared even if <stdlib.h> is included.  */
+#undef NEED_DECLARATION_REALLOC
+
+/* Whether free must be declared even if <stdlib.h> is included.  */
+#undef NEED_DECLARATION_FREE
+@TOP@
+
 /* Define if fpregset_t type is available. */
 #undef HAVE_FPREGSET_T
 
 /* Define if gregset_t type is available. */
 #undef HAVE_GREGSET_T
 
+/* Define if the `long long' type works.  */
+#undef CC_HAS_LONG_LONG
+
+/* Define if the "ll" format works to print long long ints. */
+#undef PRINTF_HAS_LONG_LONG
+
 /* Define if the "%Lg" format works to print long doubles. */
 #undef PRINTF_HAS_LONG_DOUBLE
+
+/* Define if using Solaris thread debugging.  */
+#undef HAVE_THREAD_DB_LIB
This page took 0.023695 seconds and 4 git commands to generate.