[Patch,AVR]: Fix PR52488 (insane stack usage)

2012-03-12 Thread Georg-Johann Lay
...and now to the right mailing list... This patch cuts down insane stack offsets for 8-bit SP targets to a value the involved insns can handle. Background is that newlib generates such insane offsets (2050 bytes of stack for a device with 128 bytes of RAM) because of extension PR51345, i.e. new

Re: [Patch,AVR]: Fix PR52488 (insane stack usage)

2012-03-13 Thread Denis Chertykov
2012/3/12 Georg-Johann Lay > > ...and now to the right mailing list... > > This patch cuts down insane stack offsets for 8-bit SP targets to a value > the > involved insns can handle. > > Background is that newlib generates such insane offsets (2050 bytes of > stack > for a device with 128 bytes o