aboutsummaryrefslogtreecommitdiff
path: root/gcc/unwind-dw2-fde-glibc.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2009-07-09 19:41:25 +0000
committerTom Tromey <tromey@gcc.gnu.org>2009-07-09 19:41:25 +0000
commita80b05740893248fee5750aa1cad4b5b64f46219 (patch)
treeb679e52966d97c7d6bae196e63c30df945e0e927 /gcc/unwind-dw2-fde-glibc.c
parent356c23b3059cc4516ee59c51ab0947a4308624ac (diff)
downloadgcc-a80b05740893248fee5750aa1cad4b5b64f46219.zip
gcc-a80b05740893248fee5750aa1cad4b5b64f46219.tar.gz
gcc-a80b05740893248fee5750aa1cad4b5b64f46219.tar.bz2
unwind-dw2-fde-darwin.c: Include dwarf2.h.
gcc * unwind-dw2-fde-darwin.c: Include dwarf2.h. * config/mmix/mmix.c: Include dwarf2.h. * config/rs6000/darwin-fallback.c: Include dwarf2.h. * config/xtensa/unwind-dw2-xtensa.c: Include dwarf2.h. * config/sh/sh.c: Include dwarf2.h. * config/i386/i386.c: Include dwarf2.h. * Makefile.in (DWARF2_H): Remove 'elf'. * except.c: Include dwarf2.h. * unwind-dw2.c: Include dwarf2.h. * dwarf2out.c: Include dwarf2.h. * unwind-dw2-fde-glibc.c: Include dwarf2.h. * unwind-dw2-fde.c: Include dwarf2.h. * dwarf2asm.c: Include dwarf2.h. gcc/ada * raise-gcc.c: Include dwarf2h (unconditionally). include * elf/dwarf2.h: Remove, renaming to... * dwarf2.h: ... this. From-SVN: r149433
Diffstat (limited to 'gcc/unwind-dw2-fde-glibc.c')
-rw-r--r--gcc/unwind-dw2-fde-glibc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unwind-dw2-fde-glibc.c b/gcc/unwind-dw2-fde-glibc.c
index 8f6473db..418f030 100644
--- a/gcc/unwind-dw2-fde-glibc.c
+++ b/gcc/unwind-dw2-fde-glibc.c
@@ -37,7 +37,7 @@
#endif
#include "coretypes.h"
#include "tm.h"
-#include "elf/dwarf2.h"
+#include "dwarf2.h"
#include "unwind.h"
#define NO_BASE_OF_ENCODED_VALUE
#include "unwind-pe.h"