From bde36f4a2274db95876f5333ddfcb6c16ce45262 Mon Sep 17 00:00:00 2001 From: tromey Date: Thu, 9 Jul 2009 19:41:25 +0000 Subject: 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149433 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/unwind-dw2-fde.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/unwind-dw2-fde.c') diff --git a/gcc/unwind-dw2-fde.c b/gcc/unwind-dw2-fde.c index 6780700e6af..4aa9d82af8d 100644 --- a/gcc/unwind-dw2-fde.c +++ b/gcc/unwind-dw2-fde.c @@ -29,7 +29,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "tsystem.h" #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" -- cgit v1.2.1