From patchwork Sun Nov 4 20:22:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 197092 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 0028C2C00AC for ; Mon, 5 Nov 2012 07:22:10 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1352665332; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=6+U9sw7w8XObzHFZ2Cpss8hD7wM=; b=VEeotp3e1KOPg+6 gT255a1zI42w1iAmM5KkMgpXzlXotpdfeZRZAXxKumuT96NVvjSO0xxqPHRE+eUT T3pac2wdoTXEUDCFILpxJRf/Du3SHr2FcY2VywK9ALin1jpfyQ0KoZJGJGd90Q1Y uIGosWHNlTWd+vv3Q5loztMIxi2A= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=FBxKXySt8/5xhfzLfpyktokurBrYAvwTzyTF6mevHmKdD8P02PzCtlGMeR0ymn nPdqAuoJPSsBU6qomai2vKgnS5YY5I9hLBGW3EvU2kPz5fSQwK/luyCxi30lAn+J V2MXff216KU8gnRXZyKoZZAqIsuNtDvrq8LvDnrAZ8aw4=; Received: (qmail 15368 invoked by alias); 4 Nov 2012 20:22:06 -0000 Received: (qmail 15356 invoked by uid 22791); 4 Nov 2012 20:22:06 -0000 X-SWARE-Spam-Status: No, hits=-51.6 required=5.0 tests=AWL, BAYES_00, KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 04 Nov 2012 20:21:58 +0000 Received: from [192.168.0.129] (vie-188-118-240-184.dsl.sil.at [188.118.240.184]) by ainaz.pair.com (Postfix) with ESMTPSA id 81F443F40F; Sun, 4 Nov 2012 15:21:56 -0500 (EST) Date: Sun, 4 Nov 2012 21:22:00 +0100 (CET) From: Gerald Pfeifer To: Georg-Johann Lay cc: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs, avr]: Deprecate/remove -mshort-calls, --with-avrlibc is default In-Reply-To: <5072A715.5030700@gjlay.de> Message-ID: References: <5072A715.5030700@gjlay.de> MIME-Version: 1.0 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 On Mon, 8 Oct 2012, Georg-Johann Lay wrote: > Applied the following changes to 4.7/4.8 release notes caveats. Thanks, Georg-Johann. I applied the following editorial change on top of this now. Gerald Index: gcc-4.7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.130 diff -u -3 -p -r1.130 changes.html --- gcc-4.7/changes.html 1 Nov 2012 18:22:34 -0000 1.130 +++ gcc-4.7/changes.html 4 Nov 2012 15:21:28 -0000 @@ -108,7 +108,7 @@ application must either be compiled with GCC versions up to 4.6.x or with GCC versions 4.7.0 or later. -
  • The AVR port's -mshort-calls command line option has +
  • The AVR port's -mshort-calls command-line option has been deprecated. It will be removed in the GCC 4.8 release. See -mrelax for a replacement.
  • Index: gcc-4.8/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.52 diff -u -3 -p -r1.52 changes.html --- gcc-4.8/changes.html 2 Nov 2012 15:24:31 -0000 1.52 +++ gcc-4.8/changes.html 4 Nov 2012 15:21:28 -0000 @@ -38,7 +38,7 @@ explicit use of vector types may be inco built with older versions of GCC. Auto-vectorized code is not affected by this change.

    -

    On AVR, support has been removed for the command line +

    On AVR, support has been removed for the command-line option -mshort-calls deprecated in GCC 4.7.

    On AVR, the configure option --with-avrlibc supported since