This patch to libgo change the runtime function sigprof to skip to sigtrampgo if we don't find sigtramp. This fixes GCC PR 88202. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. Bootstrapped and ran runtime/pprof test on aarch64-linux-gnu. Committed to mainline. Ian