From: qrczak Date: Fri, 18 May 2001 21:18:17 +0000 (+0000) Subject: [project @ 2001-05-18 21:18:17 by qrczak] X-Git-Tag: Approximately_9120_patches~1933 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ab5146287fd6f4a58a23e215414daa4ea48b8140;p=ghc-hetmet.git [project @ 2001-05-18 21:18:17 by qrczak] Make stg_gc_unpt_r1 known to the linker. --- diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index e3782c1..7d49faa 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.41 2001/05/16 09:40:11 sewardj Exp $ + * $Id: Linker.c,v 1.42 2001/05/18 21:18:17 qrczak Exp $ * * (c) The GHC Team, 2000 * @@ -153,6 +153,7 @@ typedef struct _RtsSymbolVal { Sym(stg_gc_f1) \ Sym(stg_gc_ut_1_0) \ Sym(stg_gc_ut_0_1) \ + Sym(stg_gc_unpt_r1) \ Sym(stg_gc_unbx_r1) \ Sym(stg_chk_0) \ Sym(stg_chk_1) \