commit | 2acbc37166ea86fc87b7020527042a6fbb8f5d70 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Jul 06 22:31:20 2009 -0700 |
committer | Russ Cox <rsc@golang.org> | Mon Jul 06 22:31:20 2009 -0700 |
tree | e8fad5274d56e0fd4f030e7dc35f2ce52e2b5006 | |
parent | 74b546aefdc712ae95171a75cd3910306f22545f [diff] |
various 6g cleanup: * give genwrapper and genembedtramp the same signature. * move duint8, duint16, duint32, duint64, duintptr into gc. * tidy genwrapper. * bug involving struct field symbols in signature list. (hash-order dependent so hard to trigger) * new Type print format %#-T like %#T but omits names on function arguments. R=ken OCL=31237 CL=31237