Gabor Juhos 4d0681d865 lantiq: lzma-loader: fix O32 ABI conformance
According to the calling convention of the o32 ABI the
caller function must reserve stack space for $a0-$a3
registers in case the callee needs to save its arguments.

The assembly startup code does not reserve stack space
for these registers thus when the main C function needs
to save its arguments, that will cause a stack overflow.

Fix the assembly code to reserve stack space for the
registers to avoid that.

Compile tested only.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 49061
2016-03-21 13:15:25 +00:00
..
2015-12-11 15:26:06 +00:00
2016-02-16 16:25:16 +00:00
2015-12-11 15:26:06 +00:00
2015-07-22 12:51:11 +00:00
2016-03-14 17:13:22 +00:00
2016-03-05 16:22:45 +00:00
2015-12-11 15:26:06 +00:00
2015-12-11 15:26:06 +00:00
2015-04-12 20:48:13 +00:00
2015-12-23 14:43:11 +00:00
2015-12-11 15:26:06 +00:00
2016-03-05 16:22:45 +00:00