[Git][ghc/ghc][wip/angerman/fix-arm-relocs] Apply suggestion to rts/linker/elf_got.c
Ben Gamari
gitlab at gitlab.haskell.org
Tue Jun 11 16:35:08 UTC 2019
Ben Gamari pushed to branch wip/angerman/fix-arm-relocs at Glasgow Haskell Compiler / GHC
Commits:
dd40bcac by Ben Gamari at 2019-06-11T16:35:07Z
Apply suggestion to rts/linker/elf_got.c
- - - - -
1 changed file:
- rts/linker/elf_got.c
Changes:
=====================================
rts/linker/elf_got.c
=====================================
@@ -1,4 +1,5 @@
#include "elf_got.h"
+#include <string.h>
#if defined(OBJFORMAT_ELF)
/*
* Check if we need a global offset table slot for a
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/dd40bcac812264e31ede0d3e2aba6cd6a0a0b120
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/dd40bcac812264e31ede0d3e2aba6cd6a0a0b120
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/38bbbf8f/attachment.html>
More information about the ghc-commits
mailing list