• Russ Cox's avatar
    5g: alignment fixes · 22864716
    Russ Cox authored
    Makes all.bash work after echo 4 >/proc/cpu/alignment,
    which means kill the process on an unaligned access.
    
    The default behavior on DreamPlug/GuruPlug/SheevaPlug
    is to simulate an ARMv3 and just let the unaligned accesses
    stop at the word boundary, resulting in all kinds of surprises.
    
    Fixes #1240.
    
    R=ken2
    CC=golang-dev
    https://golang.org/cl/4551064
    22864716
Name
Last commit
Last update
..
Makefile Loading commit data...
cgen.c Loading commit data...
cgen64.c Loading commit data...
doc.go Loading commit data...
galign.c Loading commit data...
gg.h Loading commit data...
ggen.c Loading commit data...
gobj.c Loading commit data...
gsubr.c Loading commit data...
list.c Loading commit data...
opt.h Loading commit data...
peep.c Loading commit data...
reg.c Loading commit data...