]> git.ipfire.org Git - thirdparty/gcc.git/commit
runtime: ignore __morestack function in runtime.Callers
authorIan Lance Taylor <iant@golang.org>
Sat, 3 Sep 2022 17:37:07 +0000 (10:37 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 7 Sep 2022 01:39:50 +0000 (18:39 -0700)
commitc0852b51b7a68ada822955eb7ef83d933cc33e47
treee9985bf821c8dbdea74b3143fafb1f1aa52cd389
parent7a43e52a48b6403a99d3e8ab3105869b4b3c081e
runtime: ignore __morestack function in runtime.Callers

We were ignoring all functions starting with "__morestack_", but not
the function "__morestack" itself.  Without this change, some tests
such as recover.go started failing recently, though I'm not sure
exactly what changed.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/427935
gcc/go/gofrontend/MERGE
libgo/runtime/go-callers.c