]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: increase number of ELF sections
authorJoel Sing <jsing@google.com>
Wed, 30 May 2012 17:06:38 +0000 (03:06 +1000)
committerJoel Sing <jsing@google.com>
Wed, 30 May 2012 17:06:38 +0000 (03:06 +1000)
commit586b6dfa465d83ea86d2f725b2c4416f9d32c917
tree0b8a606210bf37cc0532494e56575e74624b71d4
parent46d7d5fcf57f31afa62b23ac379a140e69f4753e
cmd/ld: increase number of ELF sections

On NetBSD a cgo enabled binary has more than 32 sections - bump NSECTS
so that we can actually link them successfully.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6261052
src/cmd/ld/elf.c