X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FHSprel.def;fp=ghc%2Frts%2FHSprel.def;h=7792a762cf87b965b892d237c4565bb1f76866d5;hb=bff758f6bf6cf8c4f452b28b23db7f96f91802d7;hp=eeb707903951ed772c915670f3a23acc25e58d6b;hpb=01f6de9932c091e82d956868f215e6ba530e1d12;p=ghc-hetmet.git diff --git a/ghc/rts/HSprel.def b/ghc/rts/HSprel.def index eeb7079..7792a76 100644 --- a/ghc/rts/HSprel.def +++ b/ghc/rts/HSprel.def @@ -1,5 +1,7 @@ ; list of entry points that the RTS imports from ; the Prelude. +; N.B. __init_Main shouldn't really be here, as it should be treated like +; Main.main_closure (but how's that?) EXPORTS PrelBase_False_static_closure PrelBase_True_static_closure @@ -18,6 +20,9 @@ PrelFloat_Dzh_static_info DATA PrelAddr_Wzh_con_info DATA PrelAddr_Wzh_static_info DATA PrelStable_StablePtr_con_info DATA -PrelStable_StablePtr_static_info DATA +PrelStable_StablePtr_static_info DATA PrelPack_unpackCString_closure PrelException_stackOverflow_closure +PrelException_PutFullMVar_static_closure +__init_Prelude +__init_Main \ No newline at end of file