From: qrczak Date: Sat, 14 Apr 2001 22:29:16 +0000 (+0000) Subject: [project @ 2001-04-14 22:29:16 by qrczak] X-Git-Tag: Approximately_9120_patches~2149 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a7cad169b160fbad8e12416aef7c3c7779aeb8da;p=ghc-hetmet.git [project @ 2001-04-14 22:29:16 by qrczak] Add stg_ap_1_upd_info to symbols known to the linker. --- diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index 2271906..887773d 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.36 2001/04/02 07:22:50 qrczak Exp $ + * $Id: Linker.c,v 1.37 2001/04/14 22:29:16 qrczak Exp $ * * (c) The GHC Team, 2000 * @@ -85,6 +85,7 @@ typedef struct _RtsSymbolVal { Sym(stg_gen_chk) \ SymX(stg_exit) \ SymX(stg_update_PAP) \ + SymX(stg_ap_1_upd_info) \ SymX(stg_ap_2_upd_info) \ SymX(stg_ap_3_upd_info) \ SymX(stg_ap_4_upd_info) \