[commit: ghc] master: Add rts_isDynamic to the linker symbol list (c5262a1)

git at git.haskell.org git at git.haskell.org
Sat Oct 12 14:51:40 UTC 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c5262a12a2d3568cc00ffa47a686b3c8e015b2c5/ghc

>---------------------------------------------------------------

commit c5262a12a2d3568cc00ffa47a686b3c8e015b2c5
Author: Austin Seipp <austin at well-typed.com>
Date:   Sat Oct 12 09:50:53 2013 -0500

    Add rts_isDynamic to the linker symbol list
    
    Spotted by Bertram Felgenhauer.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

c5262a12a2d3568cc00ffa47a686b3c8e015b2c5
 rts/Linker.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/rts/Linker.c b/rts/Linker.c
index f2672d7..116c924 100644
--- a/rts/Linker.c
+++ b/rts/Linker.c
@@ -1225,6 +1225,7 @@ typedef struct _RtsSymbolVal {
       SymI_HasProto(rts_unsafeGetMyCapability)                          \
       SymI_HasProto(rtsSupportsBoundThreads)                            \
       SymI_HasProto(rts_isProfiled)                                     \
+      SymI_HasProto(rts_isDynamic)                                      \
       SymI_HasProto(setProgArgv)                                        \
       SymI_HasProto(startupHaskell)                                     \
       SymI_HasProto(shutdownHaskell)                                    \



More information about the ghc-commits mailing list