diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-04-16 17:20:54 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-04-16 17:23:46 +0100 |
commit | 5fd75d737decbca787a9d6d92785a6525001d5f2 (patch) | |
tree | 710c84faefc9f6a2d23875a9ac9e2f5e286ffe6b /includes/Stg.h | |
parent | 295f97f74dcfc22067b6550f3cbb361c982d5042 (diff) | |
download | haskell-5fd75d737decbca787a9d6d92785a6525001d5f2.tar.gz |
UNREG: remove dead code around -split-objs
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'includes/Stg.h')
-rw-r--r-- | includes/Stg.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/includes/Stg.h b/includes/Stg.h index 939bed6444..619984d8e5 100644 --- a/includes/Stg.h +++ b/includes/Stg.h @@ -493,20 +493,6 @@ INLINE_HEADER StgInt64 PK_Int64(W_ p_src[]) #endif /* SIZEOF_HSWORD == 4 */ /* ----------------------------------------------------------------------------- - Split markers - -------------------------------------------------------------------------- */ - -#if defined(USE_SPLIT_MARKERS) -#if defined(LEADING_UNDERSCORE) -#define __STG_SPLIT_MARKER __asm__("\n___stg_split_marker:"); -#else -#define __STG_SPLIT_MARKER __asm__("\n__stg_split_marker:"); -#endif -#else -#define __STG_SPLIT_MARKER /* nothing */ -#endif - -/* ----------------------------------------------------------------------------- Integer multiply with overflow -------------------------------------------------------------------------- */ |