]> Cypherpunks repositories - gostls13.git/commit
runtime: force the type of specialfinalizer into DWARF
authorKeith Randall <khr@golang.org>
Wed, 4 Oct 2017 22:32:40 +0000 (15:32 -0700)
committerKeith Randall <khr@golang.org>
Thu, 5 Oct 2017 20:03:42 +0000 (20:03 +0000)
commit97d17fcfd19594afc03ee68e9d74b9db14798c7f
tree12b6b1b01424bbfc03947923c3f61cdce571601b
parentc85b12b5796c7efd4d8311253208b47449161361
runtime: force the type of specialfinalizer into DWARF

The core dump reader wants to know the layout of this type.
No variable has this type, so it wasn't previously dumped
to DWARF output.

Change-Id: I982040b81bff202976743edc7fe53247533a9d81
Reviewed-on: https://go-review.googlesource.com/68312
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/mheap.go