* raise-gcc: Include dwarf2.h conditionally.

From-SVN: r149084
This commit is contained in:
Eric Botcazou 2009-06-30 09:50:52 +00:00 committed by Eric Botcazou
parent ef12ae452a
commit a2350322f0
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-06-30 Eric Botcazou <ebotcazou@adacore.com>
* raise-gcc: Include dwarf2.h conditionally.
2009-06-29 Tom Tromey <tromey@redhat.com>
* raise-gcc.c: Include elf/dwarf2.h.

View File

@ -96,7 +96,11 @@ __gnat_Unwind_ForcedUnwind (_Unwind_Exception *, void *, void *);
#ifdef IN_RTS /* For eh personality routine */
#if (__GNUC__ * 10 + __GNUC_MINOR__ > 44)
#include "elf/dwarf2.h"
#else
#include "dwarf2.h"
#endif
#include "unwind-dw2-fde.h"
#include "unwind-pe.h"