]> Cypherpunks repositories - gostls13.git/commit
liblink: bug fixes for ppc64 %P format
authorRuss Cox <rsc@golang.org>
Wed, 28 Jan 2015 02:07:35 +0000 (21:07 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 30 Jan 2015 02:49:43 +0000 (02:49 +0000)
commit925861f3068a397cec0b04154e11114bf3e3ab1e
treeee4f13aabea900430d9cca8741c558668be6980e
parent4a1756824fb609952c884b4210421ca9e315e1c3
liblink: bug fixes for ppc64 %P format

- certain code paths were appending to the string without first clearing it.
- some prints were using spaces instead of tabs

Change-Id: I7a3d38289c8206682baf8942abf5a9950a56b449
Reviewed-on: https://go-review.googlesource.com/3511
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Dave Cheney <dave@cheney.net>
src/liblink/list9.c