gcc/libgo/runtime
Ian Lance Taylor c0852b51b7 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
2022-09-06 18:39:50 -07:00
..
aeshash.c
arch.h
array.h
defs.h
env_posix.c
go-assert.c
go-assert.h
go-caller.c
go-callers.c runtime: ignore __morestack function in runtime.Callers 2022-09-06 18:39:50 -07:00
go-cgo.c
go-construct-map.c
go-context.S
go-ffi.c
go-fieldtrack.c
go-libmain.c
go-main.c
go-matherr.c
go-memclr.c
go-memequal.c
go-memmove.c
go-nanotime.c
go-nosys.c
go-now.c
go-reflect-call.c
go-setenv.c
go-signal.c runtime: use correct field name for PPC32 GLIBC registers 2022-04-20 17:49:44 -07:00
go-string.h
go-unsafe-pointer.c
go-unsetenv.c
go-unwind.c
go-varargs.c
panic.c
print.c
proc.c
rtems-task-variable-add.c
runtime.h
runtime_c.c
stack.c runtime: use C cast syntax in stack.c 2021-08-13 10:38:36 -07:00
yield.c