diff mbox

TILE-Gx: add release note on tilegx big endian support in wwwdocs

Message ID 52EABCAE.7020509@tilera.com
State New
Headers show

Commit Message

Walter Lee Jan. 30, 2014, 8:57 p.m. UTC
Here is a release note item for big endian support on tilegx.  Ok to
commit once that change is approved?

Comments

Gerald Pfeifer Jan. 31, 2014, 1:09 p.m. UTC | #1
On Thu, 30 Jan 2014, Walter Lee wrote:
> Here is a release note item for big endian support on tilegx.  Ok to
> commit once that change is approved?

Yes.  If you like, you could also mention the new command-line 
options or if there is anything around configuration options.

And as maintainer of the port and you don't need approval for 
documentation or web page changes like this.

Gerald
diff mbox

Patch

--- gcc-4.9/changes.html        28 Jan 2014 23:57:49 -0000      1.54
+++ gcc-4.9/changes.html        30 Jan 2014 20:46:32 -0000
@@ -494,6 +494,12 @@  auto incr = [](auto x) { return x++; };
     will result in a warning and will not influence code generation.</li>
   </ul>
 
+<h3 id="tilegx">TILE-Gx</h3>
+
+  <ul>
+    <li>Added support for big endian.</li>
+  </ul>
+
 <!--
 <h2>Documentation improvements</h2>
 -->