aboutsummaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
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/acconfig.h
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/acconfig.h')
-rw-r--r--gdb/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h
index a7d25e8..f3b8bf1 100644
--- a/gdb/acconfig.h
+++ b/gdb/acconfig.h
@@ -157,6 +157,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
+
/* Multi-arch enabled. */
#undef GDB_MULTI_ARCH