From 001cbba0efcd44aa1c955c5e6fbbb118aec55440 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 20 Oct 2017 18:34:36 +0000 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 418e127..8b1846d 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. -- cgit v1.1