summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-09-20 20:16:20 +0000
committerIan Lynagh <igloo@earth.li>2010-09-20 20:16:20 +0000
commitb8384ce5da4738c0a6d3eaf11de03cab3ddd3cd6 (patch)
treeaef66d589ecc8070e2472ec9da07710ff15113aa /includes
parenta22548125be4853556a9d93b66d72199fbf28db8 (diff)
downloadhaskell-b8384ce5da4738c0a6d3eaf11de03cab3ddd3cd6.tar.gz
Implement archive loading for ghci
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/Linker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/rts/Linker.h b/includes/rts/Linker.h
index 73d18cadbe..f7c8ce9c4b 100644
--- a/includes/rts/Linker.h
+++ b/includes/rts/Linker.h
@@ -32,6 +32,9 @@ HsInt unloadObj( char *path );
/* add an obj (populate the global symbol table, but don't resolve yet) */
HsInt loadObj( char *path );
+/* add an arch (populate the global symbol table, but don't resolve yet) */
+HsInt loadArchive( char *path );
+
/* resolve all the currently unlinked objects in memory */
HsInt resolveObjs( void );