aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-05-04 14:29:05 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-05-04 14:29:05 +0000
commit772455c964ec51d034ca32bb2718b239c01a05d2 (patch)
treedb26776fea6b771c846220928c74b08f5e9380b9 /gcc
parent71d372eba9d83660d02d03e9f3d6f2872b8bd972 (diff)
downloadgcc-772455c964ec51d034ca32bb2718b239c01a05d2.zip
gcc-772455c964ec51d034ca32bb2718b239c01a05d2.tar.gz
gcc-772455c964ec51d034ca32bb2718b239c01a05d2.tar.bz2
libgo: fix for unaligned read in go-unwind.c's read_encoded_value()
Change code to work properly reading unaligned data on architectures that don't support unaliged reads. This fixes a regression (broke Solaris/sparc) introduced in https://golang.org/cl/90235. Reviewed-on: https://go-review.googlesource.com/111296 From-SVN: r259935
Diffstat (limited to 'gcc')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index d299f23..02bf625 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-30e2033a91fc08be9351d26737599a1fa6486017
+0c9b7a1ca4c6308345ea2a276cf820ff52513592
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.