X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2FLinker.h;h=f7c8ce9c4b6f2c4479f151a3f71e7137bd645465;hb=f07b01e57f4c08a68e22eb81f25c865d1d7c15c3;hp=73d18cadbe667c1e13b5de5c474e6bfe13c031fa;hpb=d20d32d788e2d6c088e6b03776c428df5bb004d3;p=ghc-hetmet.git diff --git a/includes/rts/Linker.h b/includes/rts/Linker.h index 73d18ca..f7c8ce9 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 );