From patchwork Wed Oct 3 22:36:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Commit: RX: Warn about multiple fast interrupt routines. X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 188951 Message-Id: To: Nick Clifton Cc: gcc-patches@gcc.gnu.org Date: Thu, 4 Oct 2012 00:36:10 +0200 (CEST) From: Gerald Pfeifer List-Id: 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 and a dash in command-line. Thanks, Gerald 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.

  • 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 -mno-warn-multiple-fast-interrupts - command line option. + command-line option.
  • SH