summaryrefslogtreecommitdiff
path: root/patches/gcc/5.4.0/875-xtensa-fix-xtensa_fallback_frame_state-for-call0-ABI.patch
AgeCommit message (Collapse)AuthorFilesLines
2017-07-08Convert gcc to new framework.Alexey Neyman1-108/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-11-22gcc: fix xtensa_fallback_frame_state for call0 ABIMax Filippov1-0/+108
This allows for stack unwinding over signal frames on xtensa linux with call0 ABI. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>