Skip to content
  • Simon Marlow's avatar
    [project @ 2000-12-22 13:29:29 by simonmar] · 1edf4786
    Simon Marlow authored
    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).
    1edf4786