• Clément Chigot's avatar
    cmd: fix symbols addressing for aix/ppc64 · 4295ed9b
    Clément Chigot authored
    This commit changes the code generated for addressing symbols on AIX
    operating system.
    
    On AIX, every symbol accesses must be done via another symbol near the TOC,
    named TOC anchor or TOC entry. This TOC anchor is a pointer to the symbol
    address.
    During Progedit function, when a symbol access is detected, its instructions
    are modified to create a load on its TOC anchor and retrieve the symbol.
    
    Change-Id: I00cf8f49c13004bc99fa8af13d549a709320f797
    Reviewed-on: https://go-review.googlesource.com/c/151039
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    4295ed9b
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
buildid Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
test2json Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...