]> Cypherpunks repositories - gostls13.git/commit
liblink: use explicit field for globl duplicate detection
authorRuss Cox <rsc@golang.org>
Thu, 19 Dec 2013 00:36:14 +0000 (19:36 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 19 Dec 2013 00:36:14 +0000 (19:36 -0500)
commit4890502af647b3df6995dda55cff3345836c7d67
tree030f3a5aad1956bb250a4caedb74d89151caf7d5
parent2404b7f16866b302efb19083dae155e0f4764144
liblink: use explicit field for globl duplicate detection

Overloading size leads to problems if clients
try to set up an LSym by hand.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/44140043
include/link.h
src/liblink/objfile.c