r259935 - in /trunk: gcc/go/gofrontend/MERGE li...

ian@gcc.gnu.org ian@gcc.gnu.org
Fri May 4 14:29:00 GMT 2018


Author: ian
Date: Fri May  4 14:29:05 2018
New Revision: 259935

URL: https://gcc.gnu.org/viewcvs?rev=259935&root=gcc&view=rev
Log:
    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

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/runtime/go-unwind.c



More information about the Gcc-cvs mailing list