[project @ 2001-03-29 13:00:43 by simonmar]
authorsimonmar <unknown>
Thu, 29 Mar 2001 13:00:43 +0000 (13:00 +0000)
committersimonmar <unknown>
Thu, 29 Mar 2001 13:00:43 +0000 (13:00 +0000)
add a couple of missing symbols

ghc/rts/Linker.c

index 6455feb..b72945f 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Linker.c,v 1.34 2001/03/28 16:40:48 simonmar Exp $
+ * $Id: Linker.c,v 1.35 2001/03/29 13:00:43 simonmar Exp $
  *
  * (c) The GHC Team, 2000
  *
@@ -177,6 +177,8 @@ typedef struct _RtsSymbolVal {
       SymX(__gmpz_cmp_ui)                      \
       SymX(__gmpz_cmp)                         \
       SymX(__gmpn_gcd_1)                       \
+      SymX(__gmpz_get_si)                      \
+      SymX(__gmpz_get_ui)                      \
       SymX(prog_argv)                          \
       SymX(prog_argc)                          \
       SymX(resetNonBlockingFd)                 \