]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] liblink: arrange for Prog* argument in vaddr
authorRuss Cox <rsc@golang.org>
Mon, 19 Jan 2015 21:26:14 +0000 (16:26 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 21 Jan 2015 00:44:40 +0000 (00:44 +0000)
commit3b2de80309d6a788d33304c1ac9af289a74501e8
tree48d1cacba07e5333c1c3276be1ce87ac8642e8d9
parent68b78b8abd86c1586f240870161d020b8e32bac9
[dev.cc] liblink: arrange for Prog* argument in vaddr

The argument is unused in the C code but will be used in the Go translation,
because the Prog holds information needed to invoke the right meaning
of %A in the ctxt->diag calls in vaddr.

Change-Id: I501830f8ea0e909aafd8ec9ef5d7338e109d9548
Reviewed-on: https://go-review.googlesource.com/3041
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/liblink/asm6.c
src/liblink/asm8.c