]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/ld: reserve space for package list note when -buildmode=shared
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 5 May 2015 02:17:07 +0000 (14:17 +1200)
committerIan Lance Taylor <iant@golang.org>
Tue, 5 May 2015 22:32:23 +0000 (22:32 +0000)
commitde6d5b080120074747baddd239869e2cb1fbe55d
tree83eec17c194159cfc3f9b2c6f26c6a4229a0a915
parenta1858e9cf0296841452dd8dfa04b714601a9c339
cmd/internal/ld: reserve space for package list note when -buildmode=shared

This makes the intermediate object file a little bigger but it doesn't waste
any space in the final shared library.

Fixes #10691

Change-Id: Ic51a571d60291f1ac2dad1b50dba4679643168ae
Reviewed-on: https://go-review.googlesource.com/9710
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/6l/obj.go
src/cmd/internal/ld/elf.go