• Carl Shapiro's avatar
    cmd/ld, runtime: emit pointer maps for nosplits identified by the linker · 037a1a9f
    Carl Shapiro authored
    A nosplits was assumed to have no argument information and no
    pointer map.  However, nosplits created by the linker often
    have both.  This change uses the pointer map size as an
    alternate source of argument size when processing a nosplit.
    
    In addition, the symbol table construction pointer map size
    and argument size consistency check is strengthened.  If a
    nptrs is greater than 0 it must be equal to the number of
    argument words.
    
    R=golang-dev, khr, khr
    CC=golang-dev
    https://golang.org/cl/9666047
    037a1a9f
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.dist Loading commit data...
all.bash Loading commit data...
all.bat Loading commit data...
all.rc Loading commit data...
clean.bash Loading commit data...
clean.bat Loading commit data...
clean.rc Loading commit data...
make.bash Loading commit data...
make.bat Loading commit data...
make.rc Loading commit data...
race.bash Loading commit data...
race.bat Loading commit data...
run.bash Loading commit data...
run.bat Loading commit data...
run.rc Loading commit data...
sudo.bash Loading commit data...