This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs,avr]: Deprecate/remove -mshort-calls, --with-avrlibc is default


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.</li>
 
-    <li>The AVR port's <code>-mshort-calls</code> command line option has
+    <li>The AVR port's <code>-mshort-calls</code> command-line option has
       been deprecated.  It will be removed in the GCC 4.8 release.
       See <code>-mrelax</code> for a replacement.</li>
       
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.</p>
 
-<p>On AVR, support has been removed for the command line
+<p>On AVR, support has been removed for the command-line
   option <code>-mshort-calls</code> deprecated in GCC 4.7.</p>
 
 <p>On AVR, the configure option <code>--with-avrlibc</code> supported since


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]