From: simonmar Date: Thu, 11 Jan 2001 17:35:24 +0000 (+0000) Subject: [project @ 2001-01-11 17:35:24 by simonmar] X-Git-Tag: Approximately_9120_patches~2944 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=27867e5513239d7b23bd938aea5097ca63be3b99;p=ghc-hetmet.git [project @ 2001-01-11 17:35:24 by simonmar] add missing -u symbols. --- diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index e9113d7..762b86f 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -68,6 +68,7 @@ package_details installing = , "PrelFloat_Fzh_static_info" , "PrelFloat_Dzh_static_info" , "PrelAddr_Azh_static_info" + , "PrelPtr_Ptr_static_info" , "PrelWord_Wzh_static_info" , "PrelInt_I8zh_static_info" , "PrelInt_I16zh_static_info" @@ -83,6 +84,7 @@ package_details installing = , "PrelFloat_Fzh_con_info" , "PrelFloat_Dzh_con_info" , "PrelAddr_Azh_con_info" + , "PrelPtr_Ptr_con_info" , "PrelAddr_Wzh_con_info" , "PrelAddr_I64zh_con_info" , "PrelAddr_W64zh_con_info"