]> Cypherpunks repositories - gostls13.git/commit
6l, 8l: elfsetstring is only for .shstrtab
authorRuss Cox <rsc@golang.org>
Tue, 28 Sep 2010 19:18:02 +0000 (15:18 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 28 Sep 2010 19:18:02 +0000 (15:18 -0400)
commit2ccbf83b327a214a5b8d7e5f03c2d248e6d473e5
tree1085e96061e3085031af4b8f7415d6daff12f710
parenta400b0e7d7d33089347ac0256d4d8daa79e87193
6l, 8l: elfsetstring is only for .shstrtab

Was also recording for .dynstrtab which made the
table run out of space and would have caused confusion
if the ELF code tried to refer to any of the strings.

R=r
CC=golang-dev
https://golang.org/cl/2288041
src/cmd/6l/asm.c
src/cmd/8l/asm.c