]> Cypherpunks repositories - gostls13.git/commit
debug/dwarf: support 64-bit DWARF in byte order check
authorIan Lance Taylor <iant@golang.org>
Mon, 16 Oct 2017 18:11:34 +0000 (11:11 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 17 Oct 2017 04:02:09 +0000 (04:02 +0000)
commit151c66b59fb657c90d2cad4c72b2059319806a9c
tree90cedd1e0003630b6f42a3e5186e57628f7a9293
parent4fe43f814697a30b760c4a0a0e87688f6ad06ddc
debug/dwarf: support 64-bit DWARF in byte order check

Also fix 64-bit DWARF to read a 64-bit abbrev offset in the
compilation unit.

Change-Id: Idc22e59ffb354d58e9973b62fdbd342acf695859
Reviewed-on: https://go-review.googlesource.com/71171
Reviewed-by: Austin Clements <austin@google.com>
src/debug/dwarf/entry.go
src/debug/dwarf/entry_test.go
src/debug/dwarf/open.go
src/debug/dwarf/typeunit.go
src/debug/dwarf/unit.go