From: igloo Date: Thu, 6 Jan 2005 18:24:50 +0000 (+0000) Subject: [project @ 2005-01-06 18:24:50 by igloo] X-Git-Tag: Initial_conversion_from_CVS_complete~1284 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a98dfa6e445bdf6a5ac24b9496b51a21fd8113db;p=ghc-hetmet.git [project @ 2005-01-06 18:24:50 by igloo] Fix for ghci on sparc. --- diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index 3902382..b8969d8 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -597,6 +597,7 @@ typedef struct _RtsSymbolVal { Sym(__udivdi3) \ Sym(__moddi3) \ Sym(__umoddi3) \ + Sym(__muldi3) \ Sym(__ashldi3) \ Sym(__ashrdi3) \ Sym(__lshrdi3) \