From ddb17caacbdd0640a264b729313e161e310eb8af Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 20 Jul 2001 00:44:33 +0000 Subject: [PATCH] [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 --- ghc/rts/Linker.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 1.7.10.4