From: simonmar Date: Fri, 10 Aug 2001 08:24:38 +0000 (+0000) Subject: [project @ 2001-08-10 08:24:38 by simonmar] X-Git-Tag: Approximately_9120_patches~1292 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=46e5bb2eff0c47526183316bc1484a656f7d0a27;p=ghc-hetmet.git [project @ 2001-08-10 08:24:38 by simonmar] add missing symbol to RTS_SYMBOLS --- diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index fe2f3ca..1bc11b6 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.54 2001/07/26 03:13:37 ken Exp $ + * $Id: Linker.c,v 1.55 2001/08/10 08:24:38 simonmar Exp $ * * (c) The GHC Team, 2000 * @@ -237,6 +237,7 @@ typedef struct _RtsSymbolVal { SymX(newArrayzh_fast) \ SymX(unsafeThawArrayzh_fast) \ SymX(newByteArrayzh_fast) \ + SymX(newPinnedByteArrayzh_fast) \ SymX(newMutVarzh_fast) \ SymX(quotRemIntegerzh_fast) \ SymX(quotIntegerzh_fast) \