From: sof Date: Fri, 20 Jul 2001 00:44:33 +0000 (+0000) Subject: [project @ 2001-07-20 00:44:33 by sof] X-Git-Tag: Approximately_9120_patches~1500 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ddb17caacbdd0640a264b729313e161e310eb8af;p=ghc-hetmet.git [project @ 2001-07-20 00:44:33 by sof] Since longlong prims are no longer in the RTS, extend RTS_MINGW_ONLY_SYMBOLS with some reqd libgcc syms --- diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index 43bd030..6c43d7d 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.50 2001/07/17 03:53:25 qrczak Exp $ + * $Id: Linker.c,v 1.51 2001/07/20 00:44:33 sof Exp $ * * (c) The GHC Team, 2000 * @@ -151,6 +151,10 @@ typedef struct _RtsSymbolVal { SymX(GetExitCodeProcess) \ SymX(WaitForSingleObject) \ SymX(CreateProcessA) \ + Sym(__divdi3) \ + Sym(__udivdi3) \ + Sym(__moddi3) \ + Sym(__umoddi3) \ SymX(_errno) #endif