From 0e5d83e3b65b364eadc28d31007be1f284a651d3 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 14 Nov 2003 21:17:51 +0000 Subject: 2003-11-14 Jeff Johnston * 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. --- gdb/config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gdb/config.in') 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 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 header file. */ #undef HAVE_DIRENT_H +/* Define if you have the header file. */ +#undef HAVE_LIBUNWIND_IA64_H + +/* Define if you have the header file. */ +#undef HAVE_LIBUNWIND_H + /* Define if you have the header file. */ #undef HAVE_LIMITS_H -- cgit v1.1