]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: add a text generation pass
authorAustin Clements <austin@google.com>
Wed, 17 Dec 2014 17:13:47 +0000 (12:13 -0500)
committerAustin Clements <austin@google.com>
Mon, 22 Dec 2014 22:47:05 +0000 (22:47 +0000)
commit326ceeabc46db98cccfbde80fde562c0fb3325c3
tree1ce2402dc28583e057bf767d33616708f98129ed
parent6c78443b3e13c43ea887f6b73099e0c1297327c5
cmd/ld: add a text generation pass

This will be used by ppc64 to add call stubs to the .text section.
ARM needs a similar pass to generate veneers for arm->thumb
transitions.

Change-Id: Iaee74036e60643a56fab15b564718f359c5910eb
Reviewed-on: https://go-review.googlesource.com/2004
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/5l/asm.c
src/cmd/6l/asm.c
src/cmd/8l/asm.c
src/cmd/9l/asm.c
src/cmd/ld/lib.h
src/cmd/ld/pobj.c