]> Cypherpunks repositories - gostls13.git/commit
[dev.power64] 6g,9g: formatters for Prog and Addr details
authorAustin Clements <austin@google.com>
Fri, 14 Nov 2014 18:58:31 +0000 (13:58 -0500)
committerAustin Clements <austin@google.com>
Fri, 14 Nov 2014 18:58:31 +0000 (13:58 -0500)
commit1222cc46824758ed1f6ba9decc27c9d61d963297
treebc9c772c08e8ccb306c11eceaa07a02996407925
parenta11f256436a386c81e3a34378b37bc51fb2d5f61
[dev.power64] 6g,9g: formatters for Prog and Addr details

The pretty printers for these make it hard to understand
what's actually in the fields of these structures.  These
"ugly printers" show exactly what's in each field, which can
be useful for understanding and debugging code.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/175780043
src/cmd/5l/5.out.h
src/cmd/6l/6.out.h
src/cmd/8l/8.out.h
src/cmd/9l/9.out.h
src/cmd/dist/buildgc.c
src/liblink/list6.c
src/liblink/list9.c