]> Cypherpunks repositories - gostls13.git/commit
ld: get symbol table letters right
authorRuss Cox <rsc@golang.org>
Wed, 22 Feb 2012 06:30:04 +0000 (01:30 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 22 Feb 2012 06:30:04 +0000 (01:30 -0500)
commitc2cd0d09c2e784fb818aea47557269a3bac9d8b1
tree681b881263d263a797688b98a9d5aae515fddcb9
parente29d3dfc49f7142d87ab71bd1d8d04e129972dd5
ld: get symbol table letters right

Have to assign them before we create the symbol table.
ARM debugging.

TBR=r
CC=golang-dev
https://golang.org/cl/5689067
src/cmd/5l/asm.c
src/cmd/6l/asm.c
src/cmd/8l/asm.c
src/cmd/ld/data.c
src/cmd/ld/lib.h
src/cmd/ld/symtab.c