diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-11 01:51:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-11 01:51:16 +0000 |
commit | 840573729e5fa22ebea44e0c580efd14b46f111e (patch) | |
tree | d880e976a1a9b3c537b6d3f6d6faa836e27d9172 /gcc | |
parent | b33b5363d804ba935b012ecf3a5b13d25abe303d (diff) | |
download | gcc-840573729e5fa22ebea44e0c580efd14b46f111e.zip gcc-840573729e5fa22ebea44e0c580efd14b46f111e.tar.gz gcc-840573729e5fa22ebea44e0c580efd14b46f111e.tar.bz2 |
debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARF
No test as the only system I know that uses 64-bit DWARF is AIX.
Backport of https://golang.org/cl/84379, which will be in Go 1.11.
Backporting now for AIX support in gccgo.
Reviewed-on: https://go-review.googlesource.com/87296
From-SVN: r256474
Diffstat (limited to 'gcc')
-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 7abc213..2e8a992 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -19d94969c5202c07b3b166079b9f4ebbb52dfa6b +1176dd2b53f2d2b826b599a126f3f9828283cec3 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |