From: rrt Date: Fri, 17 Mar 2000 15:11:26 +0000 (+0000) Subject: [project @ 2000-03-17 15:11:26 by rrt] X-Git-Tag: Approximately_9120_patches~4953 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bff758f6bf6cf8c4f452b28b23db7f96f91802d7;p=ghc-hetmet.git [project @ 2000-03-17 15:11:26 by rrt] Added PrelException_PutFullMVar_static_closure and __init_Prelude, and also (rather hackily) __init_Main (until I find out how that should really be dealt with). --- 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