Rafael Espindola 480ee577ad Correctly produce R_X86_64_32 or R_X86_64_32S.
With this patch in

movq    $foo, foo(%rip)
foo:
.long   foo

We produce a R_X86_64_32S for the first relocation and R_X86_64_32 for the
second one.

llvm-svn: 115134
2010-09-30 03:11:42 +00:00
..
2010-09-29 19:20:35 +00:00
2010-09-24 09:01:13 +00:00
2010-09-13 13:32:22 +00:00
2010-08-29 14:49:00 +00:00