diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-10-20 18:34:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-10-20 18:34:36 +0000 |
commit | 001cbba0efcd44aa1c955c5e6fbbb118aec55440 (patch) | |
tree | bf968276f6a08a26ec3cea8784d0f5ba5c4f8420 /gcc/go | |
parent | 9401eb0730362688b0a1c603d1685fd3f783d170 (diff) | |
download | gcc-001cbba0efcd44aa1c955c5e6fbbb118aec55440.tar.gz |
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
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 418e1274fdf..8b1846d07c4 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -44132970e4b6c1186036bf8eda8982fb6e905d6f +a409ac2c78899e638a014c97891925bec93cb3ad The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |