From patchwork Mon Dec 2 23:26:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joern Rennecke X-Patchwork-Id: 296037 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C29A42C00A0 for ; Tue, 3 Dec 2013 10:27:06 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=qAXJ3iyWh7gGf8cC 8T0UChPiNZD+KIkFxW9KoMaQ0gArr0d+9/+EvYQo/h8ieIuDjRMGV1jWttRNlqpE hVlzSyAAwBIOvvYyAEO2QfCEStQdZtOe7xb2I57q97KCeeqvFfMuP1Q5qWHTHFNz Rzv8avlZiEP2EoOgtk66rUDoxAA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=ukCk2FKwa9Tq4moQHfseGr Ut6ik=; b=en9VH3gR7IWyRamTYeKVF59f4Lgng8hh8JuuOmSaou7wa9kRo9h2hF yQk6FcvVUwIFQlZqtIozSgtEJPRaACt0ZiiXDia2lDPW0H7TrPVBpodhM1YtuuUo FdruyXANej9a0+K9Z2BJka/VAKPOUv+OPaqodz2rYlQN5OdO3ZnQw= Received: (qmail 20972 invoked by alias); 2 Dec 2013 23:26:55 -0000 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 Received: (qmail 20960 invoked by uid 89); 2 Dec 2013 23:26:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL, BAYES_50, RDNS_NONE, URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: c62.cesmail.net Received: from Unknown (HELO c62.cesmail.net) (216.154.195.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 02 Dec 2013 23:26:53 +0000 Received: from unknown (HELO epsilon2) ([192.168.1.60]) by c62.cesmail.net with ESMTP; 02 Dec 2013 18:26:45 -0500 Received: from cust213-dsl91-135-11.idnet.net (cust213-dsl91-135-11.idnet.net [91.135.11.213]) by webmail.spamcop.net (Horde MIME library) with HTTP; Mon, 02 Dec 2013 18:26:45 -0500 Message-ID: <20131202182645.kx8xkp7lkw4k84kg-nzlynne@webmail.spamcop.net> Date: Mon, 02 Dec 2013 18:26:45 -0500 From: Joern Rennecke To: gcc-patches@gcc.gnu.org Subject: Committed: fix epiphany libgcc build MIME-Version: 1.0 User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) 2013-12-02 Joern Rennecke * config/epiphany/epiphany.h: Wrap rtl_opt_pass declarations in #ifndef IN_LIBGCC2 / #endif. Index: config/epiphany/epiphany.h =================================================================== --- config/epiphany/epiphany.h (revision 205586) +++ config/epiphany/epiphany.h (working copy) @@ -929,8 +929,10 @@ enum }; extern int epiphany_normal_fp_rounding; +#ifndef IN_LIBGCC2 extern rtl_opt_pass *make_pass_mode_switch_use (gcc::context *ctxt); extern rtl_opt_pass *make_pass_resolve_sw_modes (gcc::context *ctxt); +#endif /* This will need to be adjusted when FP_CONTRACT_ON is properly implemented. */