summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-11-14 21:17:51 +0000
committerJeff Johnston <jjohnstn@redhat.com>2003-11-14 21:17:51 +0000
commit86dbdc2635eee3f039c791138bd7ec1985c4a83f (patch)
tree2274e70ba64f7153889e83c5263ab673912e4596 /gdb/config.in
parent32cec1bdbcee534d21cdd3ce58ed88704d3eee70 (diff)
downloadgdb-86dbdc2635eee3f039c791138bd7ec1985c4a83f.tar.gz
2003-11-14 Jeff Johnston <jjohnstn@redhat.com>
* libunwind-frame.c: New file. * libunwind-frame.h: New file. * acconfig.h (HAVE_LIBUNWIND): #undef reference added. * configure.in: Add --with-libunwind option support. Define HAVE_LIBUNWIND if libunwind support selected / defaulted. Also check for libunwind.h and libunwind-ia64.h headers. * configure: Regenerated. * Makefile.in: Add support for libunwind-frame.o. * config.in: Regenerated.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 4acf3e7bc65..a3edf86a0d7 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -167,6 +167,9 @@
/* Define if <sys/ptrace.h> defines the PT_GETXMMREGS request. */
#undef HAVE_PT_GETXMMREGS
+/* Define if libunwind library is being used. */
+#undef HAVE_LIBUNWIND
+
/* hostfile */
#undef GDB_XM_FILE
@@ -269,6 +272,12 @@
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
+/* Define if you have the <libunwind-ia64.h> header file. */
+#undef HAVE_LIBUNWIND_IA64_H
+
+/* Define if you have the <libunwind.h> header file. */
+#undef HAVE_LIBUNWIND_H
+
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H