Add array copy/clone primops
[ghc-hetmet.git] / rts / Linker.c
index 28ba9a0..6b52be6 100644 (file)
@@ -826,6 +826,12 @@ typedef struct _RtsSymbolVal {
       SymI_HasProto(stg_myThreadIdzh)                   \
       SymI_HasProto(stg_labelThreadzh)                  \
       SymI_HasProto(stg_newArrayzh)                     \
+      SymI_HasProto(stg_copyArrayzh)                    \
+      SymI_HasProto(stg_copyMutableArrayzh)             \
+      SymI_HasProto(stg_cloneArrayzh)                   \
+      SymI_HasProto(stg_cloneMutableArrayzh)            \
+      SymI_HasProto(stg_freezzeArrayzh)                 \
+      SymI_HasProto(stg_thawArrayzh)                    \
       SymI_HasProto(stg_newBCOzh)                       \
       SymI_HasProto(stg_newByteArrayzh)                 \
       SymI_HasProto_redirect(newCAF, newDynCAF)         \