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]

[wwwdocs] Mention MIPS changes for 4.8.


Update the MIPS section of the 4.8 release notes.  Please let me know
if I missed anything, or if you think the entries should be changed.

Committed.

Richard


Index: htdocs/gcc-4.8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.82
retrieving revision 1.84
diff -u -r1.82 -r1.84
--- htdocs/gcc-4.8/changes.html	13 Jan 2013 11:29:33 -0000	1.82
+++ htdocs/gcc-4.8/changes.html	14 Jan 2013 19:01:03 -0000	1.84
@@ -481,11 +481,21 @@
 
 <h3 id="mips">MIPS</h3>
   <ul>
+    <li>GCC can now generate code specifically for the R4700, Broadcom XLP
+      and MIPS 34kn processors.  The associated <code>-march</code> options
+      are <code>-march=r4700</code>, <code>-march=xlp</code>
+      and <code>-march=34kn</code> respectively.</li>
+    <li>GCC now generates better DSP code for MIPS 74k cores thanks
+      to further scheduling optimizations.</li>
+    <li>The MIPS port now supports the <code>-fstack-check</code>
+      option.</li>
     <li>GCC now passes the <code>-mmcu</code> and <code>-mno-mcu</code>
-    options to the assembler.</li>
-    <li>Support for the R4700 has been added.</li>
-    <li>GCC now generates better code for Broadcom XLP processors thanks
-      to improvements in scheduling and atomic built-ins support.</li>
+      options to the assembler.</li>
+    <li>Previous versions of GCC would silently accept <code>-fpic</code>
+      and <code>-fPIC</code> for <code>-mno-abicalls</code> targets
+      like <code>mips*-elf</code>.  This combination was not intended
+      or supported, and did not generate position-independent code.
+      GCC 4.8 now reports an error when this combination is used.</li>
   </ul>
 
 <h3 id="powerpc">PowerPC / PowerPC64 / RS6000</h3>


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