From 54b31f744848da872c7c6366dea840748e01b5cf Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 3 May 2014 22:29:14 +0300 Subject: fix rts exported symbols base_GHCziIOziException_allocationLimitExceeded_closure Commit b0534f78a73f972e279eed4447a5687bd6a8308e added new exported rts symbols, but slightly misspelled them. Observer on first compiled program: > Linking dist/build/haskell-updater/haskell-updater ... > /usr/lib64/ghc-7.9.20140503/rts-1.0/libHSrts.a(Schedule.o): In function `scheduleWaitThread': > (.text+0xc4c): undefined reference to `base_GHCziIOziException_allocationLimitExceeded_closure' > /usr/lib64/ghc-7.9.20140503/rts-1.0/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': > (.text+0x2fa): undefined reference to `base_GHCziIOziException_allocationLimitExceeded_closure' > collect2: error: ld returned 1 exit status CC: Simon Marlow Signed-off-by: Sergei Trofimovich --- rts/win32/libHSbase.def | 1 + 1 file changed, 1 insertion(+) (limited to 'rts/win32/libHSbase.def') diff --git a/rts/win32/libHSbase.def b/rts/win32/libHSbase.def index 119237b652..6bb19da569 100644 --- a/rts/win32/libHSbase.def +++ b/rts/win32/libHSbase.def @@ -36,6 +36,7 @@ EXPORTS base_GHCziPack_unpackCString_closure base_GHCziIOziException_blockedIndefinitelyOnMVar_closure base_GHCziIOziException_blockedIndefinitelyOnSTM_closure + base_GHCziIOziException_allocationLimitExceeded_closure base_GHCziIOziException_stackOverflow_closure base_ControlziExceptionziBase_nonTermination_closure -- cgit v1.2.1