summaryrefslogtreecommitdiff
path: root/system/gcc/342-gccgo-more-unwinding.patch
AgeCommit message (Collapse)AuthorFilesLines
2023-01-02system/gcc: Finish fixing unwinding in GCC Go rtA. Wilcox1-0/+37
We add more functions to the unwind string comparisons, and pull in the symbols for libucontext. Fixes: 0dd86764 ("system/gcc: Ensure gccgo doesn't run off the stack") Refs: #832