X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2Fghci%2FLinker.lhs;h=5f19e2b62aa1a5346538c188e74d48c3957c8ebe;hp=c38e752ed6becb15f79bd552fd9049c0948e61d5;hb=ceaf8381097ee7587ea60006ed2ee3015a6ee50c;hpb=59adbe524f9f777f3ebcbf86e5b3d1f3b4781127 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}