[Git][ghc/ghc][wip/angerman/out-of-range-reloc] kill duplicate prot. It's an argument now.
Moritz Angermann
gitlab at gitlab.haskell.org
Thu Jun 4 10:43:36 UTC 2020
Moritz Angermann pushed to branch wip/angerman/out-of-range-reloc at Glasgow Haskell Compiler / GHC
Commits:
8bb5841c by Moritz Angermann at 2020-06-04T18:42:38+08:00
kill duplicate prot. It's an argument now.
- - - - -
1 changed file:
- rts/Linker.c
Changes:
=====================================
rts/Linker.c
=====================================
@@ -1068,7 +1068,6 @@ mmap_again:
map_addr = mmap_32bit_base;
}
- const int prot = PROT_READ | PROT_WRITE;
IF_DEBUG(linker,
debugBelch("mmapForLinker: \tprotection %#0x\n", prot));
IF_DEBUG(linker,
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8bb5841c96f09cd89301af6b7f1a3f43748eeab5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8bb5841c96f09cd89301af6b7f1a3f43748eeab5
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/20200604/2a5437f4/attachment.html>
More information about the ghc-commits
mailing list