gcc/libgo/go/runtime/pprof
Ian Lance Taylor a14e122ae2 compiler: deref receiver types in mangled names
This was the original intent, as reflected in the long comment at the
    start of names.cc, but I forgot to implement it.
    
    Also, remove a leading ".0" from the final name.  That could occur for
    a method whose receiver type starts with 'u', as in that case we
    prepend a space to the mangled name, to avoid confusion with the
    Unicode mangling, and the space turns into ".0".
    
    Also, if the Unicode encoding would cause the final to start with
    "..u" or "..U", add a leading underscore.
    
    Patch gotest to not get fooled by some names.
    
    The result of these changes is that all symbols start with a letter or
    an underscore.
    
    Reviewed-on: https://go-review.googlesource.com/90015

From-SVN: r257068
2018-01-25 23:10:35 +00:00
..
internal/profile libgo: update to go1.9 2017-09-14 17:11:35 +00:00
elf.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
label_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
label.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
map.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mprof_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
pprof_test.go compiler: deref receiver types in mangled names 2018-01-25 23:10:35 +00:00
pprof.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
proto_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
proto.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
protobuf.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
protomem_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
protomem.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
runtime_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
runtime.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00