package/gcc: backport fix for xtensa PR 90922
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 23 Sep 2019 20:47:03 +0000 (13:47 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 25 Sep 2019 20:28:51 +0000 (22:28 +0200)
commit9fd7ad8e71a99b33230d83d0c195e218452fb45c
treeede8a391861c3f4a68bf0962a8e040278ffd7d87
parentc82e0092f53cbf97dc0a0bfb7db1afa023513cd3
package/gcc: backport fix for xtensa PR 90922

Stack pointer adjustment code in xtensa call0 ABI prologue missed a case
of no callee-saved registers and a stack frame size bigger than 128 bytes.
Handle that case.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gcc/7.4.0/1002-xtensa-backport-fix-for-PR-target-90922.patch [new file with mode: 0644]
package/gcc/8.3.0/0001-xtensa-backport-fix-for-PR-target-90922.patch [new file with mode: 0644]
package/gcc/9.2.0/0001-xtensa-backport-fix-for-PR-target-90922.patch [new file with mode: 0644]