From ab5146287fd6f4a58a23e215414daa4ea48b8140 Mon Sep 17 00:00:00 2001 From: qrczak Date: Fri, 18 May 2001 21:18:17 +0000 Subject: [PATCH] [project @ 2001-05-18 21:18:17 by qrczak] Make stg_gc_unpt_r1 known to the linker. --- ghc/rts/Linker.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) \ -- 1.7.10.4