]> Cypherpunks repositories - gostls13.git/commit
6l: ignore undefined symbols in gotypesigs.
authorRuss Cox <rsc@golang.org>
Tue, 20 Jan 2009 21:21:22 +0000 (13:21 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 20 Jan 2009 21:21:22 +0000 (13:21 -0800)
commit8f14451fe5dce9d2a497fda7e4c277531be8e049
treed7da5b35fc567047bfe731aefea4852d97a0c220
parentb74e3b95cffe71cb6fd3c9f4209860f559af9d3c
6l: ignore undefined symbols in gotypesigs.
   they end up in the symbol table with type==0
   if they are in a library but not pulled in.
   also add a few debugging prints.

R=r
DELTA=11  (5 added, 1 deleted, 5 changed)
OCL=23104
CL=23108
src/cmd/6l/go.c
src/cmd/6l/obj.c