From 0bed9647c5e6edbfcfed2d7dbd8d25fd8fd2b195 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@well-typed.com>
Date: Tue, 11 Jun 2019 12:35:12 -0400
Subject: [PATCH] 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 6495ce1d65da..954993f0865e 100644
--- a/rts/linker/Elf.c
+++ b/rts/linker/Elf.c
@@ -1030,6 +1030,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++) {
-- 
GitLab