summaryrefslogtreecommitdiff
path: root/elfcpp/x86_64.h
Commit message (Collapse)AuthorAgeFilesLines
* Handle R_X86_64_64 properly for x32H.J. Lu2012-05-111-0/+1
| | | | | | | | | | | | | | elfcpp/ PR gold/14091 * x86_64.h (R_X86_64_RELATIVE64): New. gold/ PR gold/14091 * x86_64.cc (Target_x86_64::Scan::local): For x32, generate R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of R_X86_64_64.
* elfcpp:/Ian Lance Taylor2010-08-041-3/+4
| | | | | | | | | | | | | | | | | | | * i386.h (R_386_IRELATIVE): Define. * powerpc.h (R_POWERPC_IRELATIVE): Define. (R_PPC_RELAX32, R_PPC_RELAX32PC): Don't define. (R_PPC_RELAX32_PLT, R_PPC_RELAX32PC_PLT): Don't define. * sparc.h (R_SPARC_IRELATIVE): Define. * x86_64.h (R_X86_64_IRELATIVE): Define. (R_X86_64_GNU_VTINHERIT): Rename from R_386_GNU_VTINHERIT. (R_X86_64_GNU_VTENTRY): Rename from R_386_GNU_VTENTRY. gold:/ * x86_64.cc (Target_x86_64::Scan::local): Use R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY. (Target_x86_64::Scan::global): Likewise. (Target_x86_64::Relocate::relocate): Likewise. (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
* Remove Andrew's e-mail address.Ian Lance Taylor2008-01-091-1/+1
|
* From Craig Silverstein: update comments.Ian Lance Taylor2007-10-041-1/+7
|
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+29
|
* From Andrew Chatham: List x86_64 ELF relocs.Ian Lance Taylor2007-09-221-0/+65