diff options
author | Johan Tibell <johan.tibell@gmail.com> | 2014-03-29 10:57:49 +0100 |
---|---|---|
committer | Johan Tibell <johan.tibell@gmail.com> | 2014-03-29 11:29:03 +0100 |
commit | 838bfb224784d6668f9da441866504eba4351ee6 (patch) | |
tree | c60fe42e50dd44fc5cf12fe17792dbaac77314dc /includes | |
parent | 90329b6cc183b3cd05956ae6bdeb6ac6951549c2 (diff) | |
download | haskell-838bfb224784d6668f9da441866504eba4351ee6.tar.gz |
Add missing symbols to linker
The copy array family of primops were moved out-of-line.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/stg/MiscClosures.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index 944adac1fb..0c4d2f9eaf 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -351,6 +351,10 @@ RTS_FUN_DECL(stg_casIntArrayzh); RTS_FUN_DECL(stg_fetchAddIntArrayzh); RTS_FUN_DECL(stg_newArrayzh); RTS_FUN_DECL(stg_newArrayArrayzh); +RTS_FUN_DECL(stg_copyArrayzh); +RTS_FUN_DECL(stg_copyMutableArrayzh); +RTS_FUN_DECL(stg_copyArrayArrayzh); +RTS_FUN_DECL(stg_copyMutableArrayArrayzh); RTS_FUN_DECL(stg_cloneArrayzh); RTS_FUN_DECL(stg_cloneMutableArrayzh); RTS_FUN_DECL(stg_freezzeArrayzh); |