[project @ 2003-06-09 11:40:06 by simonmar]
authorsimonmar <unknown>
Mon, 9 Jun 2003 11:40:06 +0000 (11:40 +0000)
committersimonmar <unknown>
Mon, 9 Jun 2003 11:40:06 +0000 (11:40 +0000)
Add comment.

ghc/compiler/ghci/Linker.lhs

index c38e752..5f19e2b 100644 (file)
@@ -117,6 +117,9 @@ emptyPLS = PersistentLinkerState { closure_env = emptyNameEnv,
 
 -- Packages that don't need loading, because the compiler 
 -- shares them with the interpreted program.
+--
+-- The linker's symbol table is populated with RTS symbols using an
+-- explicit list.  See rts/Linker.c for details.
 init_pkgs_loaded = [ FSLIT("rts") ]
 \end{code}