diff options
-rw-r--r-- | rts/linker/Elf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/linker/Elf.c b/rts/linker/Elf.c index 349de86227..1efb2d8342 100644 --- a/rts/linker/Elf.c +++ b/rts/linker/Elf.c @@ -1034,6 +1034,9 @@ do_Elf_Rel_relocations ( ObjectCode* oc, char* ehdrC, * - GOT_ORG is the addressing origin of the Global Offset Table (the indirection table for imported data addresses). * This value must always be word-aligned. See ยง4.6.1.8, Proxy generating relocations. * - GOT(S) is the address of the GOT entry for the symbol S. + * + * See the ELF for "ARM Specification" for details: + * https://developer.arm.com/architectures/system-architectures/software-standards/abi */ for (j = 0; j < nent; j++) { |