debug/dwarf: support 64-bit DWARF in byte order check
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 20 Oct 2017 18:34:36 +0000 (18:34 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 20 Oct 2017 18:34:36 +0000 (18:34 +0000)
commit001cbba0efcd44aa1c955c5e6fbbb118aec55440
treebf968276f6a08a26ec3cea8784d0f5ba5c4f8420
parent9401eb0730362688b0a1c603d1685fd3f783d170
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.

    This is a backport of https://golang.org/cl/71171, which will be in
    the Go 1.10 release, to the gofrontend copy. Doing it now because AIX
    is pretty much the only system that uses 64-bit DWARF.

    Reviewed-on: https://go-review.googlesource.com/72250

From-SVN: r253955
gcc/go/gofrontend/MERGE
libgo/go/debug/dwarf/entry.go
libgo/go/debug/dwarf/entry_test.go
libgo/go/debug/dwarf/open.go
libgo/go/debug/dwarf/typeunit.go
libgo/go/debug/dwarf/unit.go