diff options
author | Joern Rennecke <amylaar@spamcop.net> | 2010-12-30 01:58:10 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2010-12-30 01:58:10 +0000 |
commit | 712959e93e3b099e35a2540952ee8aa2632682fd (patch) | |
tree | a4bc4cf1ec85c43dee7a70cae6e0791efd94fddd /gcc | |
parent | f6188c01cfbd8956465e8692171cb48cebd137a3 (diff) | |
download | gcc-712959e93e3b099e35a2540952ee8aa2632682fd.tar.gz |
re PR target/47129 (ia64-hp-vms: ia64.o: dwarf2out_vms_debug_main_pointer undeclared)
PR target/47129
* config/ia64/ia64.c: Include "dwarf2out.h" .
From-SVN: r168332
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/ia64/ia64.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 332490b4ab4..5dcd78b2af9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-12-30 Joern Rennecke <amylaar@spamcop.net> + + PR target/47129 + * config/ia64/ia64.c: Include "dwarf2out.h" . + 2010-12-29 Jakub Jelinek <jakub@redhat.com> PR tree-optimization/47074 diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index f789d00ebc6..5018e4114f6 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -60,6 +60,7 @@ along with GCC; see the file COPYING3. If not see #include "tm-constrs.h" #include "sel-sched.h" #include "reload.h" +#include "dwarf2out.h" /* This is used for communication between ASM_OUTPUT_LABEL and ASM_OUTPUT_LABELREF. */ |