Thanks for doing them! Ian will work on pushing them into the branch. Simon
| -----Original Message----- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sven Panne | Sent: 10 November 2006 17:29 | To: cvs-all@haskell.org | Subject: 64bit fixes | | FYI: The changes I've made today in ghc/includes and ghc/rts are | mission-critical for 'foreign import "wrapper"' on x86_64 (and probably other | 64bit architectures). Without them Haskell callbacks don't work, as can | easily be tested with the examples in the GLUT package. Therefore I recommend | to push these to all relevant branches (6.4.3, 6.6.1?). | | Warnings from GCC on 64bit architectures should not be taken lightly... :-( | | Cheers, | S.