]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: decode local entry offset from ppc64 symbols
authorAustin Clements <austin@google.com>
Tue, 16 Dec 2014 19:01:08 +0000 (14:01 -0500)
committerAustin Clements <austin@google.com>
Wed, 7 Jan 2015 20:34:55 +0000 (20:34 +0000)
commite32fe2049d41cefabe0380212beb2aea86a1789b
tree26a9428fa44b4219345648e776e4157b799f51e7
parentec767c10b30819d907b010a8cfb4831420db7718
cmd/ld: decode local entry offset from ppc64 symbols

ppc64 function symbols have both a global entry point and a local
entry point, where the difference is stashed in sym.other.  We'll need
this information to generate calls to ELF ABI functions.

Change-Id: Ibe343923f56801de7ebec29946c79690a9ffde57
Reviewed-on: https://go-review.googlesource.com/2002
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
include/link.h
src/cmd/ld/ldelf.c