]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj, runtime: update funcdata comments
authorAustin Clements <austin@google.com>
Mon, 20 Feb 2017 22:49:56 +0000 (17:49 -0500)
committerAustin Clements <austin@google.com>
Mon, 27 Feb 2017 22:29:28 +0000 (22:29 +0000)
commitbab191042b92b125f5fac83dc8f0201160b79ecd
treebdc8832c2be60952b4c4472a6c35e921f32a5e28
parent949f95e7a40715ad05015dc4cb039e78a5260ef8
cmd/internal/obj, runtime: update funcdata comments

The comments in cmd/internal/obj/funcdata.go are identical to the
comments in runtime/funcdata.h, but the majority of the definitions
they refer to don't apply to Go sources and have been stripped out of
funcdata.go.

Remove these stale comments from funcdata.go and clean up the
references to other copies of the PCDATA and FUNCDATA indexes.

Change-Id: I5d6e49a6e586cc9aecd7c3ce1567679f2a605884
Reviewed-on: https://go-review.googlesource.com/37330
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/internal/obj/funcdata.go
src/runtime/funcdata.h
src/runtime/symtab.go