diff mbox

Commit: RX: Warn about multiple fast interrupt routines.

Message ID alpine.LNX.2.00.1210040034340.1878@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer Oct. 3, 2012, 10:36 p.m. UTC
On Wed, 3 Oct 2012, Nick Clifton wrote:
> PS.  I have even remembered to include a patch to the html
> documentation as well!

Yes, I was going to mention this appreciatively. ;-)

A minor change I applied on top is the following, adding a closing
</li> and a dash in command-line.

Thanks,
Gerald
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.33
retrieving revision 1.35
diff -u -3 -p -r1.33 -r1.35
--- changes.html	3 Oct 2012 16:12:56 -0000	1.33
+++ changes.html	3 Oct 2012 22:33:46 -0000	1.35
@@ -244,7 +244,7 @@  by this change.</p>
     <li>This target will now issue a warning message whenever multiple fast
     interrupt handlers are found in the same cpmpilation unit.  This feature can
     be turned off by the new <code>-mno-warn-multiple-fast-interrupts</code>
-    command line option.
+    command-line option.</li>
   </ul>
 
 <h3 id="sh">SH</h3>