re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 17 Apr 2015 21:29:20 +0000 (21:29 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 17 Apr 2015 21:29:20 +0000 (21:29 +0000)
commitd6c2d7c1ca10991d6c8159325a69a5f0ba48b94f
tree77e29dc8ecd2f053caff12333b2bea420f4d41ef
parent5fdb119fd5fb0892b653e829beb4e8e9afaf9e4c
re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)

PR go/64683
runtime/pprof: Assume function with no name is in runtime.

GCC PR 65797 causes some of the runtime functions to be
compiled with no name in the debug info.  This in turn causes
the runtime/pprof test to fail as reported in GCC PR 64683.

There are no good choices when a function has no name in the
debug info, but here we assume that if we see such a function
while reading the runtime functions, we assume that it is also
a runtime function.

From-SVN: r222200
libgo/go/runtime/pprof/pprof.go