simonmar 2006/03/22 02:22:48 PST
Modified files: (Branch: ghc-6-4-branch)
ghc/rts StgCRun.c
Log:
merge:
Wed Mar 22 02:17:46 PST 2006 Simon Marlow <[EMAIL PROTECTED]>
* fix for gcc 4.1.x
We need to use GNUC3_ATTRIBUTE(used) to force gcc to keep the
definition of StgRunIsImplementedInAssembler() around. In some cases
we had already made this function external rather than static to get
around the problem, but GNUC3_ATTRIBUTE(used) is a better fix.
Revision Changes Path
1.49.2.3 +10 -5 fptools/ghc/rts/StgCRun.c
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc