aboutsummaryrefslogtreecommitdiff
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
commit0e5d83e3b65b364eadc28d31007be1f284a651d3 (patch)
tree6b22699780a664879b585b92ff5a9de0ad9b9897 /gdb/config.in
parent287a334e725d8a095303b6017b725e511319ff8a (diff)
downloadgdb-0e5d83e3b65b364eadc28d31007be1f284a651d3.zip
gdb-0e5d83e3b65b364eadc28d31007be1f284a651d3.tar.gz
gdb-0e5d83e3b65b364eadc28d31007be1f284a651d3.tar.bz2
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 4acf3e7..a3edf86 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