diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-02-06 13:08:37 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-11 05:10:04 -0500 |
commit | aba51b65863db5f2687f29d10ba24ffa49dabd3b (patch) | |
tree | dc82a63a7423f54d37917e72ffea8cbd03360bc7 /rts/package.conf.in | |
parent | b75e7486de73868e6821a9f680e9e13794dff15c (diff) | |
download | haskell-aba51b65863db5f2687f29d10ba24ffa49dabd3b.tar.gz |
Add arithmetic exception primops (#14664)
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r-- | rts/package.conf.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in index e4cb159cb8..c13e20119a 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -101,6 +101,9 @@ ld-options: , "-Wl,-u,_base_ControlziExceptionziBase_nonTermination_closure" , "-Wl,-u,_base_ControlziExceptionziBase_nestedAtomically_closure" , "-Wl,-u,_base_GHCziEventziThread_blockedOnBadFD_closure" + , "-Wl,-u,_base_GHCziExceptionziType_divZZeroException_closure" + , "-Wl,-u,_base_GHCziExceptionziType_underflowException_closure" + , "-Wl,-u,_base_GHCziExceptionziType_overflowException_closure" , "-Wl,-u,_base_GHCziConcziSync_runSparks_closure" , "-Wl,-u,_base_GHCziConcziIO_ensureIOManagerIsRunning_closure" , "-Wl,-u,_base_GHCziConcziIO_ioManagerCapabilitiesChanged_closure" @@ -204,6 +207,9 @@ ld-options: , "-Wl,-u,base_ControlziExceptionziBase_nonTermination_closure" , "-Wl,-u,base_ControlziExceptionziBase_nestedAtomically_closure" , "-Wl,-u,base_GHCziEventziThread_blockedOnBadFD_closure" + , "-Wl,-u,base_GHCziExceptionziType_divZZeroException_closure" + , "-Wl,-u,base_GHCziExceptionziType_underflowException_closure" + , "-Wl,-u,base_GHCziExceptionziType_overflowException_closure" , "-Wl,-u,base_GHCziConcziSync_runSparks_closure" , "-Wl,-u,base_GHCziConcziIO_ensureIOManagerIsRunning_closure" , "-Wl,-u,base_GHCziConcziIO_ioManagerCapabilitiesChanged_closure" |