diff options
Diffstat (limited to 'rts/linker/elf_reloc_aarch64.c')
-rw-r--r-- | rts/linker/elf_reloc_aarch64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/linker/elf_reloc_aarch64.c b/rts/linker/elf_reloc_aarch64.c index d8c4f8b724..790378ab0e 100644 --- a/rts/linker/elf_reloc_aarch64.c +++ b/rts/linker/elf_reloc_aarch64.c @@ -229,6 +229,7 @@ computeAddend(Section * section, Elf_Rel * rel, /* note: we are encoding bits [27:2] */ if(!isInt64(26+2, V)) { // Note [PC bias aarch64] + // ~~~~~~~~~~~~~~~~~~~~~~ // There is no PC bias to accommodate in the // relocation of a place containing an instruction // that formulates a PC-relative address. The program |