• Yuval Pavel Zholkover's avatar
    8l, runtime: fix Plan 9 386 build. · 8221eb91
    Yuval Pavel Zholkover authored
    8l was broken by commit 7ac0d2eed9, it caused .data to be page aligned in the file - which is not how Plan 9 expects things to be.
    Also .rodata was layed out in a similar fashion.
    
    Not sure when signame was introduced, but added a stub.
    Removed the symo assignment in asm.c as it is not currently used.
    
    Fix runtime breakage after commit 629c065d36 which prefixes all external symbols with runtime·.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/2674041
    8221eb91
Name
Last commit
Last update
..
8.out.h Loading commit data...
Makefile Loading commit data...
asm.c Loading commit data...
doc.go Loading commit data...
l.h Loading commit data...
list.c Loading commit data...
mkenam Loading commit data...
obj.c Loading commit data...
optab.c Loading commit data...
pass.c Loading commit data...
prof.c Loading commit data...
span.c Loading commit data...