diff options
| author | simonmar <unknown> | 2003-06-09 11:40:06 +0000 |
|---|---|---|
| committer | simonmar <unknown> | 2003-06-09 11:40:06 +0000 |
| commit | ceaf8381097ee7587ea60006ed2ee3015a6ee50c (patch) | |
| tree | d0b553fad91d5bb0ed05145baa623f8ab3ee16c3 /ghc/compiler/ghci/Linker.lhs | |
| parent | 59adbe524f9f777f3ebcbf86e5b3d1f3b4781127 (diff) | |
| download | haskell-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.lhs | 3 |
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} |
