summaryrefslogtreecommitdiff
path: root/system/gcc/341-gccgo-libucontext-stack.patch
AgeCommit message (Collapse)AuthorFilesLines
2022-12-25system/gcc: Ensure gccgo doesn't run off the stackA. Wilcox1-0/+18
libucontext doesn't clear the stack frame below makecontext. This caused us to end up crashing like Solaris[1]. Fixes: #832 [1]: https://gcc.gnu.org/PR52583#c21