[commit: ghc] ghc-lwc: More linker symbol edits (c195797)
Sivaramakrishnan Krishnamoorthy Chandrasekaran
kc at galois.com
Mon Jul 23 20:10:19 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-lwc
http://hackage.haskell.org/trac/ghc/changeset/c195797edeef02b63a5275c6ac1e7ca61e25f986
>---------------------------------------------------------------
commit c195797edeef02b63a5275c6ac1e7ca61e25f986
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date: Mon Jul 23 13:37:01 2012 -0400
More linker symbol edits
>---------------------------------------------------------------
includes/stg/MiscClosures.h | 3 +++
rts/Linker.c | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h
index b5674d4..39e5754 100644
--- a/includes/stg/MiscClosures.h
+++ b/includes/stg/MiscClosures.h
@@ -433,6 +433,9 @@ RTS_FUN_DECL(stg_isThreadBoundzh);
RTS_FUN_DECL(stg_getSContIdzh);
RTS_FUN_DECL(stg_getSContCapabilityzh);
RTS_FUN_DECL(stg_defaultUpcallErrorzh);
+RTS_FUN_DECL(stg_getCurrentCapabilityzh);
+RTS_FUN_DECL(stg_getSLSzh);
+RTS_FUN_DECL(stg_setSLSzh);
RTS_FUN_DECL(stg_mkWeakzh);
RTS_FUN_DECL(stg_mkWeakNoFinalizzerzh);
diff --git a/rts/Linker.c b/rts/Linker.c
index 3faf336..beb0a41 100644
--- a/rts/Linker.c
+++ b/rts/Linker.c
@@ -1069,6 +1069,9 @@ typedef struct _RtsSymbolVal {
SymI_HasProto(stg_getSContIdzh) \
SymI_HasProto(stg_getSContCapabilityzh) \
SymI_HasProto(stg_defaultUpcallErrorzh) \
+ SymI_HasProto(stg_getCurrentCapabilityzh) \
+ SymI_HasProto(stg_getSLSzh) \
+ SymI_HasProto(stg_setSLSzh) \
SymI_HasProto(forkProcess) \
SymI_HasProto(forkOS_createThread) \
SymI_HasProto(forkOS_createThreadForSCont) \
More information about the Cvs-ghc
mailing list