From patchwork Mon Apr 20 10:39:43 2015
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Georg-Johann Lay
X-Patchwork-Id: 462769
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 B31CD140133
for ;
Mon, 20 Apr 2015 20:39:56 +1000 (AEST)
Authentication-Results: ozlabs.org; dkim=pass
reason="1024-bit key; unprotected key"
header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=V1B8PfZX;
dkim-adsp=none (unprotected policy); dkim-atps=neutral
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:mime-version:to:cc:subject:content-type;
q=dns; s=default; b=lQDgm3yEWH8WTwM+HxwEPFhX/tY/YgP8A+OzFt08BLO
+6qs7Ubwy8O2cWZl6v+7CdtnUVaietoFqGAuA1o7yegFXtz8MZ6R6yKQpHxa7nFe
NgR6+MRvEOI3DQv5W6NKstmPKvEAV9rxW2MaYG46/EDWjQnKWkPCtAdewfC1hh4Q
=
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:mime-version:to:cc:subject:content-type;
s=default; bh=KNAFGfKN7O5ukyTL5X6HodZteKo=; b=V1B8PfZXPIhtZKe5H
/Q1znmXF+2mTLJWA/HSMebgLeoW87SHJ6ZS4piKWVmcP1qXl/k3YJfb0py8NefkJ
Q9uoP00qnv2ZcPUrdDKgDffN3gEqFtu5ZTQz1oSbMto1/fTSIehgNqvCxTbWQa+S
BVGs/2S2qy5WIEy6YVNNyhXrC0=
Received: (qmail 44844 invoked by alias); 20 Apr 2015 10:39:49 -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 44833 invoked by uid 89); 20 Apr 2015 10:39:49 -0000
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL, BAYES_00,
RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2
X-HELO: mo4-p00-ob.smtp.rzone.de
Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de)
(81.169.146.160) by sourceware.org
(qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384
encrypted) ESMTPS; Mon, 20 Apr 2015 10:39:47 +0000
X-RZG-AUTH: :LXoWVUeid/7A29J/hMvvT3ol15ykJcYwTPbBBR62PQx1xqvTHw==
X-RZG-CLASS-ID: mo00
Received: from [192.168.0.22] (ip5b43a95f.dynamic.kabel-deutschland.de
[91.67.169.95]) by smtp.strato.de (RZmta 37.5 DYNA|AUTH) with
ESMTPSA id v019car3KAdhu2q (using TLSv1.2 with cipher
ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq.
15360 bits RSA)) (Client did not present a certificate);
Mon, 20 Apr 2015 12:39:43 +0200 (CEST)
Message-ID: <5534D76F.2060503@gjlay.de>
Date: Mon, 20 Apr 2015 12:39:43 +0200
From: Georg-Johann Lay
User-Agent: Mozilla/5.0 (X11; Linux i686;
rv:31.0) Gecko/20100101 Thunderbird/31.6.0
MIME-Version: 1.0
To: GCC Patches
CC: Gerald Pfeifer ,
Denis Chertykov
Subject: [patch,wwwdocs] Add gcc-5 caveats for avr.
X-IsSubscribed: yes
Hi Gerald, this is the patch against GCC-5's release notes.
Okay to install?
Johann
Index: gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.109
diff -u -p -r1.109 changes.html
--- gcc-5/changes.html 20 Apr 2015 08:22:35 -0000 1.109
+++ gcc-5/changes.html 20 Apr 2015 10:34:45 -0000
@@ -28,6 +28,14 @@
is_trivially_default_constructible
,
is_trivially_copy_constructible
and
is_trivially_copy_assignable
should be used instead.
+ On AVR, support has been added for the devices ATtiny4/5/9/10/20/40.
+ This requires Binutils 2.25 or newer.
+ The AVR port uses a new scheme to describe supported devices:
+ For each supported device the compiler provides a device-specific
+ spec file.
+ If the compiler is used together with AVR-LibC, this requires at
+ least GCC 5.2 and a version of AVR-LibC which implements
+ #44574.
General Optimizer Improvements
@@ -690,6 +698,18 @@ here.
+AVR
+
+ - A new command option
-nodevicelib
has been added.
+ If this option is turned on the compiler won't link against AVR-LibC's
+ device-specific library libdevice.a
by omitting
+ -ldevice
from the linker's command line.
+ If the compiler had not been
+ configured
+ to be used with AVR-LibC, the compiler will not link against that
+ library and the option has no effect.
+
+
IA-32/x86-64
- New ISA extensions support