patch applied (ghc): Fix GHCi on PowerPC OS X

Ian Lynagh <[email protected]> Sun, 28 Jan 2007 13:40:23 -0800
Newsgroups gmane.comp.lang.haskell.cvs.all
Message-ID <20070128214023.GA18031__31169.4953394637$1170020439$gmane$org@cvs.haskell.org>
Sun Jan 28 13:32:16 PST 2007  Ian Lynagh <[email protected]>
  * Fix GHCi on PowerPC OS X
  David Kirkman and Peter Tanski noticed that a line had been removed during
  a patch merge which meant that oc->image pointed to the wrong place and
  ultimately caused an error from realloc.

    M ./rts/Linker.c +1