]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/ld: make a few more symbols local
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Sat, 11 Apr 2015 02:04:17 +0000 (14:04 +1200)
committerIan Lance Taylor <iant@golang.org>
Sat, 11 Apr 2015 17:37:18 +0000 (17:37 +0000)
commitd765e41c62e41f27c4e7408abed197cfaeac0a9c
tree1b1fc5dc8a98edc106a8dea682832c2be2c3d89d
parente1366f94ee0b3d40db69cdf42f72d68890cbd74d
cmd/internal/ld: make a few more symbols local

The symbols for the actual data in a constant string or bytes literal should
be local.

Change-Id: Idafcfba9a638eaa4e460e5103d96843960559b35
Reviewed-on: https://go-review.googlesource.com/8772
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/ld/symtab.go