[project @ 2001-08-21 15:22:09 by sewardj]
authorsewardj <unknown>
Tue, 21 Aug 2001 15:22:09 +0000 (15:22 +0000)
committersewardj <unknown>
Tue, 21 Aug 2001 15:22:09 +0000 (15:22 +0000)
commitf87914660f07f6915eaa7e31c195b77c71b95391
tree2b43e49498e1072f8defc392114c4b97fc266d9c
parent961efb905590c33fb8660876269b336a3dcc9d85
[project @ 2001-08-21 15:22:09 by sewardj]
Handle the R_SPARC_UA32 relocation type, as reported by Armin
Groesslinger.

/* According to the Sun documentation:
   R_SPARC_UA32
   This relocation type resembles R_SPARC_32, except it refers to an
   unaligned word. That is, the word to be relocated must be treated
   as four separate bytes with arbitrary alignment, not as a word
   aligned according to the architecture requirements.

   (JRS: which means that freeloading on the R_SPARC_32 case
   is probably wrong, but hey ...)
*/
ghc/rts/Linker.c