diff mbox

[2/2] mips: Add R4700 scheduling support

Message ID alpine.LNX.2.00.1208261554400.5727@ghan.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer Aug. 26, 2012, 1:55 p.m. UTC
On Sun, 3 Jun 2012, Richard Sandiford wrote:
>> The R4700 is identical to the R4600 except for the integer and
>> floating-point multiplication costs.
> Applied, thanks.
> 
> Richard

And I just added the snippet below to our release notes.

Gerald
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.20
diff -u -3 -p -r1.20 changes.html
--- changes.html	26 Aug 2012 10:28:42 -0000	1.20
+++ changes.html	26 Aug 2012 13:54:36 -0000
@@ -214,6 +214,7 @@  by this change.</p>
   <ul>
     <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>
   </ul>
 
 <h3 id="sh">SH</h3>