From patchwork Sun Nov 4 20:22:00 2012
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: [wwwdocs, avr] : Deprecate/remove -mshort-calls,
--with-avrlibc is default
Date: Sun, 04 Nov 2012 10:22:00 -0000
From: Gerald Pfeifer
X-Patchwork-Id: 197092
Message-Id:
To: Georg-Johann Lay
Cc: 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