From badd5d76687dc28c063cdd539ca89c9fa44a0e9e Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 28 Feb 2006 11:45:02 +0000 Subject: [PATCH] Add floating-point symbols to the list --- ghc/rts/Linker.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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) \ -- 1.7.10.4