[TILE-Gx, committed] support -mcmodel=MODEL

2012-08-27 Thread Walter Lee
This patch adds support for the -mcmodel=MODEL flag on TILE-Gx. The models supported are small and large. In the small model (default), distance for direct calls is limited to 500M in either direction. PC-relative addresses are 32 bits. Absolute addresses support the full address range. In the

Re: [TILE-Gx, committed] support -mcmodel=MODEL

2012-10-06 Thread Gerald Pfeifer
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

Re: [TILE-Gx, committed] support -mcmodel=MODEL

2012-09-01 Thread Gerald Pfeifer
On Tue, 28 Aug 2012, Walter Lee wrote: > This patch adds support for the -mcmodel=MODEL flag on TILE-Gx. At which point I cannot help asking for an update to the release notes at http://gcc.gnu.org/gcc-4.8/changes.html. ;-) Let me know if you need help with that. > Index: gcc/doc/invoke.texi > =

Re: [TILE-Gx, committed] support -mcmodel=MODEL

2012-09-14 Thread Walter Lee
On 9/1/2012 7:33 AM, Gerald Pfeifer wrote: On Tue, 28 Aug 2012, Walter Lee wrote: This patch adds support for the -mcmodel=MODEL flag on TILE-Gx. At which point I cannot help asking for an update to the release notes at http://gcc.gnu.org/gcc-4.8/changes.html. ;-) Let me know if you need help