]> Cypherpunks repositories - gostls13.git/commit
ld: do not load the same object file multiple times.
authorRuss Cox <rsc@golang.org>
Mon, 25 Jan 2010 16:53:27 +0000 (08:53 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 25 Jan 2010 16:53:27 +0000 (08:53 -0800)
commit69e244a104c4ae488c6fa6de9e836b133e4917d8
tree6ef2bc039890acfe83baf5ea6ef0ecca80774acc
parent34191d943bfe2530703b23e5ce3f936c26c3f80d
ld: do not load the same object file multiple times.
eliminates spurious multiple initialization errors.

give more information in the multiple init errors that remain.

Fixes #87.

R=r
CC=golang-dev
https://golang.org/cl/194052
src/cmd/5l/obj.c
src/cmd/6l/obj.c
src/cmd/8l/obj.c
src/cmd/ld/lib.c