From patchwork Mon Feb 7 10:32:50 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 82094 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 4617CB711B for ; Mon, 7 Feb 2011 21:36:25 +1100 (EST) Received: (qmail 15566 invoked by alias); 7 Feb 2011 10:36:22 -0000 Received: (qmail 15538 invoked by uid 22791); 7 Feb 2011 10:36:21 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Feb 2011 10:36:14 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id E381FCB0272 for ; Mon, 7 Feb 2011 11:36:12 +0100 (CET) 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 evD9XiWTCIII for ; Mon, 7 Feb 2011 11:36:12 +0100 (CET) Received: from [192.168.1.2] (bon31-9-83-155-120-49.fbx.proxad.net [83.155.120.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id C256DCB01F0 for ; Mon, 7 Feb 2011 11:36:12 +0100 (CET) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Document LTO support for Ada Date: Mon, 7 Feb 2011 11:32:50 +0100 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Message-Id: <201102071132.50836.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 Patch for changes.html attached. OK to install? Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.106 diff -u -r1.106 changes.html --- changes.html 7 Feb 2011 10:21:59 -0000 1.106 +++ changes.html 7 Feb 2011 10:34:30 -0000 @@ -106,6 +106,7 @@ applications where static constructors are very common. For example, static constructors are used when including the iostream header. +
  • Support for the Ada language has been added.
  • Interprocedural optimization improvements