From: simonmar Date: Mon, 9 Jun 2003 11:40:06 +0000 (+0000) Subject: [project @ 2003-06-09 11:40:06 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~793 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ceaf8381097ee7587ea60006ed2ee3015a6ee50c [project @ 2003-06-09 11:40:06 by simonmar] Add comment. --- diff --git a/ghc/compiler/ghci/Linker.lhs b/ghc/compiler/ghci/Linker.lhs index c38e752..5f19e2b 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}