This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Comitted: fix PR target/47129


Cross-tested together with patch for PR47101 for
x86_64-pc-linux-gnu X ia64-hp-vms .

Committed as obvious.
2010-12-30  Joern Rennecke  <amylaar@spamcop.net>

	PR target/47129
	* config/ia64/ia64.c: Include "dwarf2out.h" .

Index: config/ia64/ia64.c
===================================================================
--- config/ia64/ia64.c	(revision 168327)
+++ config/ia64/ia64.c	(working copy)
@@ -60,6 +60,7 @@ the Free Software Foundation; either ver
 #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.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]