[Git][ghc/ghc][wip/angerman/fix-arm-relocs] Apply suggestion to rts/linker/Elf.c
Ben Gamari
gitlab at gitlab.haskell.org
Tue Jun 11 16:35:13 UTC 2019
Ben Gamari pushed to branch wip/angerman/fix-arm-relocs at Glasgow Haskell Compiler / GHC
Commits:
4a014433 by Ben Gamari at 2019-06-11T16:35:12Z
Apply suggestion to rts/linker/Elf.c
- - - - -
1 changed file:
- rts/linker/Elf.c
Changes:
=====================================
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++) {
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/4a014433f0b0b9995005e03fdb737a1aa09047d0
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/4a014433f0b0b9995005e03fdb737a1aa09047d0
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190611/394c039d/attachment-0001.html>
More information about the ghc-commits
mailing list