Make ghci work with libraries compiled with -ticky
authorsimonpj@microsoft.com <unknown>
Thu, 8 Oct 2009 16:27:52 +0000 (16:27 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 8 Oct 2009 16:27:52 +0000 (16:27 +0000)
commitb3239bef5d0f99e914c48d59c05c38effaa7c563
tree951af5da06e8bf0e0daeb3acbbac48cf06af9957
parent524c609b6d8d220b03640dc71a209530bf2ed280
Make ghci work with libraries compiled with -ticky

This is a follow up to the patch tha fixes Trac #3439.
We had forgotten the dynamic linker, which needs to
know all these ticky symbols too.
includes/stg/Ticky.h
rts/Linker.c