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.
This commit is contained in:
Jeff Johnston
2003-11-14 21:17:51 +00:00
parent 287a334e72
commit 0e5d83e3b6
8 changed files with 1219 additions and 524 deletions

View File

@ -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