<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/cmd/objdump/testdata/testfilenum/b.go, branch makepkg</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=makepkg</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=makepkg'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2020-10-16T14:40:50Z</updated>
<entry>
<title>cmd/internal/objfile: correct file table reading for Go object file</title>
<updated>2020-10-16T14:40:50Z</updated>
<author>
<name>Cherry Zhang</name>
<email>cherryyz@google.com</email>
</author>
<published>2020-10-15T22:04:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=20819440fc65d28fabe8f7410ea8fe193cdc53c6'/>
<id>urn:sha1:20819440fc65d28fabe8f7410ea8fe193cdc53c6</id>
<content type='text'>
Apparently I never actually understood the new file table in Go
object files. The PC value stream actually encodes the file index
in the per-CU table. I thought it was indexing into a per-function
table, which then contains index to the per-CU table. Remove the
extra indirection.

Change-Id: I0aea5629f7b3888ebe3a04fea437aa15ce89519e
Reviewed-on: https://go-review.googlesource.com/c/go/+/262779
Trust: Cherry Zhang &lt;cherryyz@google.com&gt;
Run-TryBot: Cherry Zhang &lt;cherryyz@google.com&gt;
TryBot-Result: Go Bot &lt;gobot@golang.org&gt;
Reviewed-by: Than McIntosh &lt;thanm@google.com&gt;
Reviewed-by: Jeremy Faller &lt;jeremy@golang.org&gt;
</content>
</entry>
</feed>
