cvs commit: fptools/ghc/driver/split ghc-split.lprl

Simon Marlow simonmar@glass.cse.ogi.edu
Fri, 22 Dec 2000 05:29:29 -0800


simonmar    2000/12/22 05:29:29 PST

  Modified files:
    ghc/driver/split     ghc-split.lprl 
  Log:
  Recent versions of gcc seem to output strings as sequences of .bytes,
  which the splitter didn't recognise.  The result was that constant
  strings were being duplicated in all the split .o files (again... this
  is a particularly fragile "optimisation" and breaks on a regular basis).
  
  Revision  Changes    Path
  1.14      +2 -2      fptools/ghc/driver/split/ghc-split.lprl