]> Cypherpunks repositories - gostls13.git/commit
ld: fix Plan 9 symbol table
authorAnthony Martin <ality@pbrane.org>
Sat, 23 Apr 2011 14:53:49 +0000 (10:53 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 23 Apr 2011 14:53:49 +0000 (10:53 -0400)
commitc7008f47eca9fe29e85d522fa78731645390948d
tree347b68495282de0919476cea8d250690bb8d3af2
parent4f7fd3cb7ff2f395668319d0f00792abb365a056
ld: fix Plan 9 symbol table

Static symbols were not being marked as such.

I also made the 'z' symbols use the first byte of
the name instead of an explicit NUL so that if
the symbol table format is ever changed, the only
place that would need updating is addhist().

R=rsc
CC=golang-dev
https://golang.org/cl/4366047
src/cmd/ld/symtab.c