proposal: debug/elf: add R_PPC64_REL24_P9NOTOC #60348
Labels
FrozenDueToAge
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
This relocation is generated by gnu gas when
@notoc
relocations are used and the target CPU does not support power10 instructions. It is identical to R_PPC64_REL24_NOTOC, except that any linker mediated stubs should not use power10 or newer instructions.It is not (yet?) defined by the PPC64 ELFv2 supplement, but I did encounter this behavior when creating CL 496916.
I propose adding
elf.R_PPC64_REL24_P9NOTOC = 124
to support testing the internal linker.The text was updated successfully, but these errors were encountered: