• Austin Clements's avatar
    [dev.cc] 9l: make R_CALLPOWER like ELF's R_PPC64_REL24 · 6f755f2f
    Austin Clements authored
    These accomplished the same thing, but R_CALLPOWER expected
    the whole instruction to be in the addend (and completely
    overwrote what was in the text section), while R_PPC64_REL24
    overwrites only bits 6 through 24 of whatever was in the text
    section.  Make R_CALLPOWER work like R_PPC64_REL24 to ease the
    implementation of dynamic linking.
    
    LGTM=rsc
    R=rsc
    CC=golang-codereviews, minux
    https://golang.org/cl/177430043
    6f755f2f
Name
Last commit
Last update
..
Makefile Loading commit data...
asm5.c Loading commit data...
asm6.c Loading commit data...
asm8.c Loading commit data...
asm9.c Loading commit data...
data.c Loading commit data...
go.c Loading commit data...
ld.c Loading commit data...
list5.c Loading commit data...
list6.c Loading commit data...
list8.c Loading commit data...
list9.c Loading commit data...
obj.c Loading commit data...
obj5.c Loading commit data...
obj6.c Loading commit data...
obj8.c Loading commit data...
obj9.c Loading commit data...
objfile.c Loading commit data...
pass.c Loading commit data...
pcln.c Loading commit data...
sched9.c Loading commit data...
sym.c Loading commit data...