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]

[wwwdoc, AVR, Committed] Update state of -mno-tablejump option


Hello.

Document the -mno-tablejump option as deprecated in the GCC 4.4 and removed
in the GCC 4.5, for AVR target.


Index: wwwdocs/htdocs/gcc-4.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.62
diff -u -r1.62 changes.html
--- wwwdocs/htdocs/gcc-4.4/changes.html 30 Mar 2009 07:57:17 -0000      1.62
+++ wwwdocs/htdocs/gcc-4.4/changes.html	30 Mar 2009 22:33:22 -0000
@@ -440,6 +440,8 @@
 
 <h3>AVR</h3>
   <ul>
+    <li>The <code>-mno-tablejump</code> option has been deprecated because
+    it has the same effect as the <code>-fno-jump-tables</code> option.</li>
     <li>Added support for these new AVR devices:
       <ul>
         <li>ATA6289</li>
Index: wwwdocs/htdocs/gcc-4.5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v
retrieving revision 1.2
diff -u -r1.2 changes.html
--- wwwdocs/htdocs/gcc-4.5/changes.html 28 Mar 2009 07:37:09 -0000      1.2
+++ wwwdocs/htdocs/gcc-4.5/changes.html	30 Mar 2009 22:33:22 -0000
@@ -42,6 +42,12 @@
 
 <h2 id="targets">New Targets and Target Specific Improvements</h2>
 
+<h3>AVR</h3>
+  <ul>
+    <li>The <code>-mno-tablejump</code> option has been removed because it
+    has the same effect as the <code>-fno-jump-tables</code> option.</li>
+  </ul>
+
 <h3>IA-32/x86-64</h3>
   <ul>
     <li>...</li>


Anatoly.



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