doc: remove "known bug" about global variables in debug_info.

This hasn't been true at least since 1.4. Until golang.org/cl/137235
they were lumped together into a random compile unit, now they are
assigned to the correct one.

Change-Id: Ib66539bd67af3e9daeecac8bf5f32c10e62e11b1
Reviewed-on: https://go-review.googlesource.com/138415
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
Alessandro Arzilli 2018-09-28 16:01:45 +02:00 committed by Than McIntosh
parent 5aeecc4530
commit eac99c4466
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ from it.</li>
<code>"fmt.Print"</code> as an unstructured literal with a <code>"."</code> <code>"fmt.Print"</code> as an unstructured literal with a <code>"."</code>
that needs to be quoted. It objects even more strongly to method names of that needs to be quoted. It objects even more strongly to method names of
the form <code>pkg.(*MyType).Meth</code>. the form <code>pkg.(*MyType).Meth</code>.
<li>All global variables are lumped into package <code>"main"</code>.</li>
<li>As of Go 1.11, debug information is compressed by default. <li>As of Go 1.11, debug information is compressed by default.
Older versions of gdb, such as the one available by default on MacOS, Older versions of gdb, such as the one available by default on MacOS,
do not understand the compression. do not understand the compression.