From da66d07a47f6314351790a9186dcbcdf5b1f2965 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 6 Mar 2007 12:35:33 +0000 Subject: [PATCH] remove vestiges of CCallable/CReturnable --- rts/PrimOps.cmm | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/rts/PrimOps.cmm b/rts/PrimOps.cmm index 545aa48..b58baa0 100644 --- a/rts/PrimOps.cmm +++ b/rts/PrimOps.cmm @@ -2130,21 +2130,3 @@ asyncDoProczh_fast #endif } #endif - -/* ----------------------------------------------------------------------------- - ** temporary ** - - classes CCallable and CReturnable don't really exist, but the - compiler insists on generating dictionaries containing references - to GHC_ZcCCallable_static_info etc., so we provide dummy symbols - for these. Some C compilers can't cope with zero-length static arrays, - so we have to make these one element long. - --------------------------------------------------------------------------- */ - -section "rodata" { - GHC_ZCCCallable_static_info: W_ 0; -} - -section "rodata" { - GHC_ZCCReturnable_static_info: W_ 0; -} -- 1.7.10.4