Commit a2350322 by Eric Botcazou Committed by Eric Botcazou

* raise-gcc: Include dwarf2.h conditionally.

From-SVN: r149084
parent ef12ae45
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.
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment