[commit: ghc] master: add stg_MUT_VAR_CLEAN_info and stg_MUT_VAR_DIRTY_info to the symbol table (bf58295)

git at git.haskell.org git at git.haskell.org
Sat Sep 14 22:00:06 CEST 2013


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

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

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

commit bf582957ce1dcd18e273b11eb2b99c5ff32923ee
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Wed Jul 24 10:40:24 2013 +0100

    add stg_MUT_VAR_CLEAN_info and stg_MUT_VAR_DIRTY_info to the symbol table


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

bf582957ce1dcd18e273b11eb2b99c5ff32923ee
 rts/Linker.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/rts/Linker.c b/rts/Linker.c
index c9d88ab..49c7d6c 100644
--- a/rts/Linker.c
+++ b/rts/Linker.c
@@ -1244,6 +1244,8 @@ typedef struct _RtsSymbolVal {
       SymI_HasProto(stg_MUT_ARR_PTRS_DIRTY_info)                        \
       SymI_HasProto(stg_MUT_ARR_PTRS_FROZEN_info)                       \
       SymI_HasProto(stg_MUT_ARR_PTRS_FROZEN0_info)                      \
+      SymI_HasProto(stg_MUT_VAR_CLEAN_info)                             \
+      SymI_HasProto(stg_MUT_VAR_DIRTY_info)                             \
       SymI_HasProto(stg_WEAK_info)                                      \
       SymI_HasProto(stg_ap_v_info)                                      \
       SymI_HasProto(stg_ap_f_info)                                      \




More information about the ghc-commits mailing list