diff options
author | Pedro Alves <palves@redhat.com> | 2012-02-21 19:39:32 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-02-21 19:39:32 +0000 |
commit | b54a8fd70210fd1fc7b4f41c4679737066951033 (patch) | |
tree | 759bfff66926faf35b830ce2bde4d7722762c7f0 /gdb/ia64-tdep.c | |
parent | 82c2def5ff08bb3f5a8c554d78d9a0ddc65dafe0 (diff) | |
download | binutils-gdb-b54a8fd70210fd1fc7b4f41c4679737066951033.tar.gz |
2012-02-21 Tristan Gingold <gingold@adacore.com>
Pedro Alves <palves@redhat.com>
* ia64-tdep.c: Do not include libunwind-ia64.h.
* libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
Include libunwind-ia64.h instead of libunwind.h.
* configure.ac (--with-libunwind, $enable_libunwind): Don't check
for libunwind.h existence.
* configure, config.in: Regenerate.
Diffstat (limited to 'gdb/ia64-tdep.c')
-rw-r--r-- | gdb/ia64-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ia64-tdep.c b/gdb/ia64-tdep.c index a297eccf39d..a36dc223af9 100644 --- a/gdb/ia64-tdep.c +++ b/gdb/ia64-tdep.c @@ -43,7 +43,6 @@ #ifdef HAVE_LIBUNWIND_IA64_H #include "elf/ia64.h" /* for PT_IA_64_UNWIND value */ #include "libunwind-frame.h" -#include "libunwind-ia64.h" /* Note: KERNEL_START is supposed to be an address which is not going to ever contain any valid unwind info. For ia64 linux, the choice |