]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: update object file format for DWARF file table
authorJeremy Faller <jeremy@golang.org>
Thu, 22 Aug 2019 16:18:28 +0000 (12:18 -0400)
committerJeremy Faller <jeremy@golang.org>
Wed, 25 Sep 2019 17:35:25 +0000 (17:35 +0000)
commit21bf37b5a2052e5aaedbd17abeca7eb263cba706
tree4efa309efee85079cf8065186869b57d1e3c7311
parentefb9739203fc0b66f5593c5edbe0bc0fd6062956
cmd/compile: update object file format for DWARF file table

In CL 188317, we generate the debug_lines in the compiler, and created a
new symbol to hold the line table. Here we modify the object file format
to output the file table.

Change-Id: Ibee192e80b86ff6af36467a0b1c26ee747dfee37
Reviewed-on: https://go-review.googlesource.com/c/go/+/191167
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/goobj/read.go
src/cmd/internal/obj/dwarf.go
src/cmd/internal/obj/objfile.go
src/cmd/internal/objabi/doc.go
src/cmd/link/internal/objfile/objfile.go
src/cmd/link/internal/sym/compilation_unit.go