From: simonpj@microsoft.com Date: Tue, 28 Feb 2006 11:45:02 +0000 (+0000) Subject: Add floating-point symbols to the list X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=badd5d76687dc28c063cdd539ca89c9fa44a0e9e;p=ghc-hetmet.git Add floating-point symbols to the list --- diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index fe9d98b..66057f7 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -303,6 +303,19 @@ typedef struct _RtsSymbolVal { SymX(exp) \ SymX(log) \ SymX(sqrt) \ + SymX(powf) \ + SymX(tanhf) \ + SymX(coshf) \ + SymX(sinhf) \ + SymX(atanf) \ + SymX(acosf) \ + SymX(asinf) \ + SymX(tanf) \ + SymX(cosf) \ + SymX(sinf) \ + SymX(expf) \ + SymX(logf) \ + SymX(sqrtf) \ SymX(memcpy) \ SymX(rts_InstallConsoleEvent) \ SymX(rts_ConsoleHandlerDone) \