From 4a014433f0b0b9995005e03fdb737a1aa09047d0 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 11 Jun 2019 12:35:12 -0400 Subject: Apply suggestion to rts/linker/Elf.c --- rts/linker/Elf.c | 3 +++ 1 file changed, 3 insertions(+) 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++) { -- cgit v1.2.1