From patchwork Thu Jul 8 10:03:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 58240 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 77538B6EF1 for ; Thu, 8 Jul 2010 20:03:52 +1000 (EST) Received: (qmail 20807 invoked by alias); 8 Jul 2010 10:03:51 -0000 Received: (qmail 20737 invoked by uid 22791); 8 Jul 2010 10:03:50 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Jul 2010 10:03:43 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 5BEA8CB0234 for ; Thu, 8 Jul 2010 12:03:39 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KzzNRecCl659 for ; Thu, 8 Jul 2010 12:03:39 +0200 (CEST) Received: from adijon-256-1-144-124.w90-13.abo.wanadoo.fr (ADijon-256-1-144-124.w90-13.abo.wanadoo.fr [90.13.31.124]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 14FF7CB01E0 for ; Thu, 8 Jul 2010 12:03:39 +0200 (CEST) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: Fix build on Solaris Date: Thu, 8 Jul 2010 12:03:26 +0200 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Message-Id: <201007081203.27424.ebotcazou@adacore.com> Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Tested with a cross to sparc-sun-solaris2.8, applied as obvious. 2010-07-08 Eric Botcazou * config/sol2-c.c: Do not include diagnostic-core.h. 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"