]> Cypherpunks repositories - gostls13.git/commit
6g:
authorRuss Cox <rsc@golang.org>
Mon, 20 Oct 2008 20:53:56 +0000 (13:53 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 20 Oct 2008 20:53:56 +0000 (13:53 -0700)
commitef40d9435b7e9631b6031f80854b1f8a6768f9de
tree80bce092e62c4bf40e074a30d33363ed0dc3bf23
parent03a9872fe354f8aab1c50e4dc78f3117cd0acf7f
6g:
make sure methods end up immediately following
the struct they are methods on.
ar:
eliminate duplicate definitions from __.PKGDEF.
check that multiple .6 do not give different defs for same
exported type/var/func/const.
increase ar header name size from 16 to 64 bytes

R=r
DELTA=379  (333 added, 18 deleted, 28 changed)
OCL=17477
CL=17481
include/ar.h
src/cmd/ar/ar.c
src/cmd/gc/export.c