commit | c7008f47eca9fe29e85d522fa78731645390948d | [log] [tgz] |
---|---|---|
author | Anthony Martin <ality@pbrane.org> | Sat Apr 23 10:53:49 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Sat Apr 23 10:53:49 2011 -0400 |
tree | 347b68495282de0919476cea8d250690bb8d3af2 | |
parent | 4f7fd3cb7ff2f395668319d0f00792abb365a056 [diff] |
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