summaryrefslogtreecommitdiff
path: root/ghc/compiler/ghci/Linker.lhs
diff options
context:
space:
mode:
authorsimonmar <unknown>2003-06-09 11:40:06 +0000
committersimonmar <unknown>2003-06-09 11:40:06 +0000
commitceaf8381097ee7587ea60006ed2ee3015a6ee50c (patch)
treed0b553fad91d5bb0ed05145baa623f8ab3ee16c3 /ghc/compiler/ghci/Linker.lhs
parent59adbe524f9f777f3ebcbf86e5b3d1f3b4781127 (diff)
downloadhaskell-ceaf8381097ee7587ea60006ed2ee3015a6ee50c.tar.gz
[project @ 2003-06-09 11:40:06 by simonmar]
Add comment.
Diffstat (limited to 'ghc/compiler/ghci/Linker.lhs')
-rw-r--r--ghc/compiler/ghci/Linker.lhs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ghc/compiler/ghci/Linker.lhs b/ghc/compiler/ghci/Linker.lhs
index c38e752ed6..5f19e2b62a 100644
--- a/ghc/compiler/ghci/Linker.lhs
+++ b/ghc/compiler/ghci/Linker.lhs
@@ -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}