diff options
author | pho <pho@pkgsrc.org> | 2015-02-05 00:59:10 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2015-02-05 00:59:10 +0000 |
commit | 439af22bbd505018eaa125cbd34f851020f789e0 (patch) | |
tree | c3aaa98c302f9374577dd199f84a07f390343d6f /lang/ghc7/patches/patch-rts_StgCRun.c | |
parent | e6d3eda2ac7ec2f66693d7f349737b2a577cdbf7 (diff) | |
download | pkgsrc-439af22bbd505018eaa125cbd34f851020f789e0.tar.gz |
Add upstream Trac URL to patches/patch-rts_StgCRun.c
Diffstat (limited to 'lang/ghc7/patches/patch-rts_StgCRun.c')
-rw-r--r-- | lang/ghc7/patches/patch-rts_StgCRun.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ghc7/patches/patch-rts_StgCRun.c b/lang/ghc7/patches/patch-rts_StgCRun.c index 849971ca85b..1ed9b60767f 100644 --- a/lang/ghc7/patches/patch-rts_StgCRun.c +++ b/lang/ghc7/patches/patch-rts_StgCRun.c @@ -1,4 +1,4 @@ -$NetBSD: patch-rts_StgCRun.c,v 1.1 2013/12/12 12:47:17 obache Exp $ +$NetBSD: patch-rts_StgCRun.c,v 1.2 2015/02/05 00:59:10 pho Exp $ We have to make the visiblity of StgRun and StgReturn to "hidden" not to trigger a bug in old binutils which results in: @@ -10,6 +10,8 @@ to trigger a bug in old binutils which results in: With this workaround we can no longer override those two symbols using LD_PRELOAD, but I think there is no reason to do so anyway. +This has already been fixed in the upstream: +https://ghc.haskell.org/trac/ghc/ticket/7813 --- rts/StgCRun.c.orig 2013-01-27 13:21:52.000000000 +0000 +++ rts/StgCRun.c |