]> Cypherpunks repositories - gostls13.git/commit
ld: handle Plan 9 ar format
authorLucio De Re <lucio.dere@gmail.com>
Tue, 23 Aug 2011 03:24:38 +0000 (23:24 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 23 Aug 2011 03:24:38 +0000 (23:24 -0400)
commit45407bd5599299b90e4d060d10993fb456d1d84a
tree9514fa3b0a809c0fcd1687b8526c9894383f45e6
parentbf2d403de838ab259e7cef16b6b67ec5f9fe5c5c
ld: handle Plan 9 ar format

The Go version has 64 character long section names; originally,
in Plan 9, the limit was 16.  To provide compatibility, this
change allows the input length to be either the target length
or the earlier option. The section name is extended with spaces
where required.

This has been tested to work without regressions in the
Go environment, testing the older alternative has not been
possible yet.

R=rsc
CC=golang-dev
https://golang.org/cl/4650071
src/cmd/ld/lib.c