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]

Fix build on Solaris


Tested with a cross to sparc-sun-solaris2.8, applied as obvious.


2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>

	* config/sol2-c.c: Do not include diagnostic-core.h.


-- 
Eric Botcazou
Index: config/sol2-c.c
===================================================================
--- config/sol2-c.c	(revision 161944)
+++ config/sol2-c.c	(working copy)
@@ -24,7 +24,6 @@ along with GCC; see the file COPYING3.
 #include "tree.h"
 #include "tm.h"
 #include "tm_p.h"
-#include "diagnostic-core.h"
 #include "toplev.h"
 
 #include "c-family/c-format.h"

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