[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] ATMega 2560 + RAMPZ + 128Kplus and the realproblem on
From: |
Senthil Kumar Selvaraj |
Subject: |
Re: [avr-gcc-list] ATMega 2560 + RAMPZ + 128Kplus and the realproblem on GCC |
Date: |
Sat, 6 Apr 2013 18:57:17 +0530 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Sat, Apr 06, 2013 at 12:26:05PM +0200, Jan Waclawek wrote:
> >Starting with gcc 4.7.x, code
> >beyond 128 KB works right away provided you link with relaxation turned
> >on
>
> Why would relaxation needed to be turned on?
>
That was because of PR 14058, which, I just realized, is already fixed
by you :)
So I guess relaxation in this case only serves to reduce the size of the
trampoline table then, by not generating stubs for code that is
reachable directly?
Regards
Senthil