]> Cypherpunks repositories - gostls13.git/commit
liblink: do not print pointers in debug output
authorRuss Cox <rsc@golang.org>
Tue, 27 Jan 2015 19:53:14 +0000 (14:53 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 28 Jan 2015 01:51:33 +0000 (01:51 +0000)
commit4aa63d49acfe93e26891fcf91a24358e60f8bf0d
tree8058ea46f86877739d72916e237f4d2d4c67a576
parenta8049f58f9e3336554da1b0a4f8ea3b9c5cd669c
liblink: do not print pointers in debug output

Pointers change from run to run, making it hard to use
the debug output to identify the reason for a changed
object file.

Change-Id: I0c954da0943092c48686afc99ecf75eba516de6a
Reviewed-on: https://go-review.googlesource.com/3352
Reviewed-by: Aram Hăvărneanu <aram@mgk.ro>
Reviewed-by: Rob Pike <r@golang.org>
src/liblink/objfile.c