]> Cypherpunks repositories - gostls13.git/commit
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>
Mon, 26 Jan 2015 20:03:48 +0000 (20:03 +0000)
commit52d277906da573cd58e174b5ed783634c01e29fe
treeebe756e70fbf9fd60fb63b07dfe21023b547a8c7
parent891d344cd0b9c43b6dc89a0920c57442b93326cf
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>
Reviewed-on: https://go-review.googlesource.com/3310
Reviewed-by: Russ Cox <rsc@golang.org>
src/liblink/asm6.c
src/liblink/asm8.c