[project @ 2000-03-17 15:11:26 by rrt]
authorrrt <unknown>
Fri, 17 Mar 2000 15:11:26 +0000 (15:11 +0000)
committerrrt <unknown>
Fri, 17 Mar 2000 15:11:26 +0000 (15:11 +0000)
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).

ghc/rts/HSprel.def

index eeb7079..7792a76 100644 (file)
@@ -1,5 +1,7 @@
 ; list of entry points that the RTS imports from
 ; the Prelude.
 ; 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
 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
 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
 PrelPack_unpackCString_closure
 PrelException_stackOverflow_closure
+PrelException_PutFullMVar_static_closure
+__init_Prelude
+__init_Main
\ No newline at end of file