mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 01:50:34 +08:00
* raise-gcc: Include dwarf2.h conditionally.
From-SVN: r149084
This commit is contained in:
parent
ef12ae452a
commit
a2350322f0
@ -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.
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user