summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2019-06-11 12:35:12 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-07-02 16:18:05 -0400
commit0bed9647c5e6edbfcfed2d7dbd8d25fd8fd2b195 (patch)
tree9337e34f28550c830d2c06af7afdb377aedf0fa1
parent023a2bc7a14792f744397e9502637478fefa15fb (diff)
downloadhaskell-0bed9647c5e6edbfcfed2d7dbd8d25fd8fd2b195.tar.gz
Apply suggestion to rts/linker/Elf.c
-rw-r--r--rts/linker/Elf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/linker/Elf.c b/rts/linker/Elf.c
index 6495ce1d65..954993f086 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++) {