Re: ATMega 2560 + RAMPZ + 128Kplus and the realproblem on GCC
Senthil Kumar Selvaraj <[email protected]>
| Newsgroups | gmane.comp.hardware.avr.gcc |
|---|---|
| Message-ID | <[email protected]> |
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