From patchwork Tue Jun 22 09:47:24 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnaud Charlet X-Patchwork-Id: 56444 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 5940FB6EF1 for ; Tue, 22 Jun 2010 19:47:32 +1000 (EST) Received: (qmail 20772 invoked by alias); 22 Jun 2010 09:47:28 -0000 Received: (qmail 20671 invoked by uid 22791); 22 Jun 2010 09:47:27 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, TW_PR, T_RP_MATCHES_RCVD 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; Tue, 22 Jun 2010 09:47:23 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id B018CCB025E; Tue, 22 Jun 2010 11:47:24 +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 GuIRBvb0QTzk; Tue, 22 Jun 2010 11:47:24 +0200 (CEST) Received: from saumur.act-europe.fr (saumur.act-europe.fr [10.10.0.183]) by mel.act-europe.fr (Postfix) with ESMTP id 955D5CB024F; Tue, 22 Jun 2010 11:47:24 +0200 (CEST) Received: by saumur.act-europe.fr (Postfix, from userid 525) id 7FB82D9B31; Tue, 22 Jun 2010 11:47:24 +0200 (CEST) Date: Tue, 22 Jun 2010 11:47:24 +0200 From: Arnaud Charlet To: gcc-patches@gcc.gnu.org Cc: Vincent Celier Subject: [Ada] No project level attribute Main_Language Message-ID: <20100622094724.GA16682@adacore.com> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.9i X-IsSubscribed: yes 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 Project level attribute Main_Language, as it is not used by any project-aware tool, is removed from the list of recognized attributes. Tested on x86_64-pc-linux-gnu, committed on trunk 2010-06-22 Vincent Celier * prj-attr.adb: Remove project level attribute Main_Language. Index: prj-attr.adb =================================================================== --- prj-attr.adb (revision 161073) +++ prj-attr.adb (working copy) @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2001-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 2001-2010, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -71,7 +71,6 @@ package body Prj.Attr is "SVRproject_dir#" & "lVmain#" & "LVlanguages#" & - "SVmain_language#" & "Lbroots#" & "SVexternally_built#" &