From ceaf8381097ee7587ea60006ed2ee3015a6ee50c Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 9 Jun 2003 11:40:06 +0000 Subject: [PATCH] [project @ 2003-06-09 11:40:06 by simonmar] Add comment. --- ghc/compiler/ghci/Linker.lhs | 3 +++ 1 file changed, 3 insertions(+) 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} -- 1.7.10.4