[commit: ghc] master: Remove obsolete declarations from `MiscClosures.h` (ed86b1a)
git at git.haskell.org
git at git.haskell.org
Mon Jan 13 20:32:59 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ed86b1a3140ee6a275a6047fc53f509a4b1ab30e/ghc
>---------------------------------------------------------------
commit ed86b1a3140ee6a275a6047fc53f509a4b1ab30e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Jan 13 16:42:58 2014 +0100
Remove obsolete declarations from `MiscClosures.h`
When `integer-gmp` was moved out of the RTS
(via 1b61c2db6a8d6627577bcd7876474a0c5bd1eedb)
these declarations were missed.
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
ed86b1a3140ee6a275a6047fc53f509a4b1ab30e
includes/stg/MiscClosures.h | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h
index fdd50eb..f8c8f0d 100644
--- a/includes/stg/MiscClosures.h
+++ b/includes/stg/MiscClosures.h
@@ -335,42 +335,9 @@ RTS_FUN_DECL(StgReturn);
PrimOps
-------------------------------------------------------------------------- */
-RTS_FUN_DECL(stg_plusIntegerzh);
-RTS_FUN_DECL(stg_minusIntegerzh);
-RTS_FUN_DECL(stg_timesIntegerzh);
-RTS_FUN_DECL(stg_gcdIntegerzh);
-RTS_FUN_DECL(stg_quotRemIntegerzh);
-RTS_FUN_DECL(stg_quotIntegerzh);
-RTS_FUN_DECL(stg_remIntegerzh);
-RTS_FUN_DECL(stg_divExactIntegerzh);
-RTS_FUN_DECL(stg_divModIntegerzh);
-
-RTS_FUN_DECL(stg_cmpIntegerIntzh);
-RTS_FUN_DECL(stg_cmpIntegerzh);
-RTS_FUN_DECL(stg_integer2Intzh);
-RTS_FUN_DECL(stg_integer2Wordzh);
-RTS_FUN_DECL(stg_gcdIntegerIntzh);
-RTS_FUN_DECL(stg_gcdIntzh);
-
-RTS_FUN_DECL(stg_int2Integerzh);
-RTS_FUN_DECL(stg_word2Integerzh);
-
RTS_FUN_DECL(stg_decodeFloatzuIntzh);
-RTS_FUN_DECL(stg_decodeDoublezh);
RTS_FUN_DECL(stg_decodeDoublezu2Intzh);
-RTS_FUN_DECL(stg_andIntegerzh);
-RTS_FUN_DECL(stg_orIntegerzh);
-RTS_FUN_DECL(stg_xorIntegerzh);
-RTS_FUN_DECL(stg_complementIntegerzh);
-
-#if SIZEOF_HSINT == 4
-
-RTS_FUN_DECL(stg_int64ToIntegerzh);
-RTS_FUN_DECL(stg_word64ToIntegerzh);
-
-#endif
-
RTS_FUN_DECL(stg_unsafeThawArrayzh);
RTS_FUN_DECL(stg_casArrayzh);
RTS_FUN_DECL(stg_newByteArrayzh);
More information about the ghc-commits
mailing list