From patchwork Sat Oct 6 22:24:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [TILE-Gx,committed] support -mcmodel=MODEL Date: Sat, 06 Oct 2012 12:24:03 -0000 From: Gerald Pfeifer X-Patchwork-Id: 189760 Message-Id: To: Walter Lee Cc: gcc-patches@gcc.gnu.org On Fri, 14 Sep 2012, Walter Lee wrote: > How does this look: Good. Just, for some reason, the mail did not appear in my inbox and I was backlogged on gcc-patches; sorry for missing it. Here is a small markup change I applied on the wwwdocs side on top of your patch. Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.38 diff -u -3 -p -r1.38 changes.html --- changes.html 6 Oct 2012 15:47:44 -0000 1.38 +++ changes.html 6 Oct 2012 22:19:27 -0000 @@ -348,8 +348,9 @@ by this change.

TILE-Gx

    -
  • Added support for the -mcmodel=MODEL command-line option. The - models supported are small and large.
  • +
  • Added support for the -mcmodel=MODEL + command-line option. The models supported are small + and large.

XStormy16