Protoization.
[deliverable/binutils-gdb.git] / gdb / acconfig.h
index 821edab31aede65930b75a37edd3c4884cb896a8..f9e2b32a2640f45e86eadabef1212b8008069b41 100644 (file)
@@ -1,6 +1,12 @@
 /* Define if compiling on Solaris 7. */
 #undef _MSE_INT_H
 
+/* Define if your struct reg has r_fs.  */
+#undef HAVE_STRUCT_REG_R_FS
+
+/* Define if your struct reg has r_gs.  */
+#undef HAVE_STRUCT_REG_R_GS
+
 /* Define if pstatus_t type is available */
 #undef HAVE_PSTATUS_T
 
 
 /* Define if gnu-regex.c included with GDB should be used. */
 #undef USE_INCLUDED_REGEX
+
+/* BFD's default architecture. */
+#undef DEFAULT_BFD_ARCH
+
+/* BFD's default target vector. */
+#undef DEFAULT_BFD_VEC
+
+/* Multi-arch enabled. */
+#undef GDB_MULTI_ARCH
+
This page took 0.023878 seconds and 4 git commands to generate.