Fix handling of R_SPARC_UA32 relocations in linker
authorBen.Lippmeier@anu.edu.au <unknown>
Thu, 28 May 2009 08:05:09 +0000 (08:05 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Thu, 28 May 2009 08:05:09 +0000 (08:05 +0000)
commit7bcf45933a1b386e7f28c0ee7d09d92bad1ee0e7
treeb2aab9a02e96db29443e68706cc461aac511a4f9
parent27444c254fc33a4f72ad0aa78f561a0670567369
Fix handling of R_SPARC_UA32 relocations in linker
  These refer to unaligned locations that need to be written
  byte-at-a-time. This fixes the SPARC ghci failures in
  the current head.
rts/Linker.c