RIP rel relocations for PIC released for testing.
authorCharles Crayne <chuck@thor.crayne.org>
Sun, 12 Oct 2008 21:00:11 +0000 (14:00 -0700)
committerCharles Crayne <chuck@thor.crayne.org>
Sun, 12 Oct 2008 21:00:11 +0000 (14:00 -0700)
commitcff8dc6d6b089bcfc3daefc33762b92c5a38af19
treea6fc56d5322cda2ea8876baa2a18dedae81075bb
parent507ae03bd1541bf62850da0e624827da4ae6ed44
RIP rel relocations for PIC released for testing.

Expressions like
  mov r15,[rel integer wrt ..got]
  lea   rax,[rel integer wrt ..gotoff]
now assemble correctly.

In addition, a fix has been made to the corresponding
abs relocations.

Both of these areas still need additional testing.
output/outelf64.c