]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: correct assignment of sizes to mach-o symbols
authorRuss Cox <rsc@golang.org>
Thu, 11 Jul 2013 02:06:52 +0000 (22:06 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 11 Jul 2013 02:06:52 +0000 (22:06 -0400)
commita2c30fe6481fa5b18331bb54a660928f6816cc44
tree4c6ffdedcada10c05cc2d29d205a4370dea06d66
parente430eb8bd76da47edc3c615162ab2ef6e57cfbbe
cmd/ld: correct assignment of sizes to mach-o symbols

If you compute the size by subtraction from the address
of the next symbol, it helps to wait until the symbols have
been sorted by address.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/11143043
src/cmd/ld/ldmacho.c