]> Cypherpunks repositories - gostls13.git/commit
ld: remove duplicate bss definitions
authorRuss Cox <rsc@golang.org>
Tue, 23 Aug 2011 03:23:57 +0000 (23:23 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 23 Aug 2011 03:23:57 +0000 (23:23 -0400)
commit3554325937de6c725ebb6227eed0c36bd4f909c2
treeb9919572b2a91346d96510335de7684a87880e54
parent9969803f6ccddc503d7595237cde81d3f3c55466
ld: remove duplicate bss definitions

The EXTERN lines in elf.h already define these.
That's not a problem for most C compilers, but
apparently it is for some copies of the OS X linker.

Fixes #2167.

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