From patchwork Mon Aug 11 15:08:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Sherrill X-Patchwork-Id: 379047 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)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id D6F77140146 for ; Tue, 12 Aug 2014 01:08:26 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; q=dns; s=default; b=c0mTJejEhV7M IM1pPKuMUSa9aJmOSltiddRR4gT2AE5t/8ldp2Ftm2SVFNYJ4YBFUK5BdlIXF44t +SV2K8HzGV0iPi4H8zpJrOOuAnuyc4Caf4rT3pAx3A/IpssSmccqqkzYvlFo00QL 2sPFyoOgiCBi+ymKzK6NXLMIM6YmxDY= 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:from :to:cc:subject:date:message-id; s=default; bh=sl/CIG+SAP46Yecvqq Yo71hKEco=; b=IAVZu2zGc5ksYyuab0ix8jh5ulGGwQXqyCz+4RouvpRy/laLXe 9IXX6l5eOCl+lmgbH8tJuDq+6C3Pwy066MIdLM0WXCs3DTmBKtV3KmVQThp5busN f/ofRKDMbFEA0qVWWBgUPmLdb3POF0vczt796sQ3TMh7/dFlY+hmNDFMc= Received: (qmail 26313 invoked by alias); 11 Aug 2014 15:08:20 -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 26294 invoked by uid 89); 11 Aug 2014 15:08:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, NO_DNS_FOR_FROM, RDNS_DYNAMIC, TVD_RCVD_IP autolearn=no version=3.3.2 X-HELO: joelvm.rtems.com Received: from 67-63-146-110.arpa.kmcmail.net (HELO joelvm.rtems.com) (67.63.146.110) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 11 Aug 2014 15:08:18 +0000 Received: by joelvm.rtems.com (Postfix, from userid 502) id DC874A2505; Mon, 11 Aug 2014 10:08:17 -0500 (CDT) From: Joel Sherrill To: gcc-patches@gcc.gnu.org Cc: Joel Sherrill Subject: [PATCH 1/3] gcc/ada/s-osinte-rtems.adb: Correct formatting of comment Date: Mon, 11 Aug 2014 10:08:13 -0500 Message-Id: <1407769695-4288-1-git-send-email-joel.sherrill@oarcorp.com> This patch is needed to make Ada compile for *-*-rtems* on GCC 4.8, 4.9, and the head. Is is ok to commit? 2014-08-11 Joel Sherrill * s-osinte-rtems.adb: Correct formatting of line in license block. --- gcc/ada/s-osinte-rtems.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/s-osinte-rtems.adb b/gcc/ada/s-osinte-rtems.adb index de21785..9f01128 100644 --- a/gcc/ada/s-osinte-rtems.adb +++ b/gcc/ada/s-osinte-rtems.adb @@ -22,7 +22,7 @@ -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- --- . +-- . -- -- -- -- GNARL was developed by the GNARL team at Florida State University. It is -- -- now maintained by Ada Core Technologies Inc. in cooperation with Florida --