]> Cypherpunks repositories - gostls13.git/commit
cmd/compile,cmd/link: export int global consts to DWARF
authorAlessandro Arzilli <alessandro.arzilli@gmail.com>
Sun, 3 Sep 2017 09:59:18 +0000 (11:59 +0200)
committerAustin Clements <austin@google.com>
Fri, 22 Sep 2017 17:44:50 +0000 (17:44 +0000)
commit9daee931214a7ad68579f4bb2695bba561067c58
tree07a67f3764e92a5c5e18555853a02e247620f9e0
parentf366379d847274158bd14e160c85c7e2bc0f2bc1
cmd/compile,cmd/link: export int global consts to DWARF

Updates #14517

Change-Id: I23ef88e71c89da12dffcadf5562ea2d7557b62cf
Reviewed-on: https://go-review.googlesource.com/61019
Reviewed-by: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/obj.go
src/cmd/dist/build.go
src/cmd/internal/dwarf/dwarf.go
src/cmd/internal/obj/objfile.go
src/cmd/link/internal/ld/dwarf.go
src/runtime/runtime-gdb_test.go