]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: fix scope of static objects in symbol table
authorAnthony Martin <ality@pbrane.org>
Thu, 11 Apr 2013 01:47:58 +0000 (18:47 -0700)
committerAnthony Martin <ality@pbrane.org>
Thu, 11 Apr 2013 01:47:58 +0000 (18:47 -0700)
commit7ac20853fc3437647c4abfc3236e5c380bf5e68d
treea3458e38428e71ff137be3497d6626169d8c8bed
parentbb195f67938c9f32985d3b2c231f3d43c4ef83f8
cmd/ld: fix scope of static objects in symbol table

All symbols are currently marked with global scope.
The correct behavior was lost when the symbol table
format was changed.

R=golang-dev, iant, r
CC=golang-dev
https://golang.org/cl/8625043
src/cmd/ld/symtab.c