aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/apic.d
AgeCommit message (Collapse)AuthorFilesLines
2017-11-23x86-64: always use unsigned 32-bit reloc for 32-bit addressing w/o base regJan Beulich1-0/+18
Except for %eip-relative addressing, where we don't have a suitable relocation type silently wrapping at the 4G boundary, consistently force use of R_X86_64_32 (in ELF terms) instead of its sign-extending counterpart. This wasn't right in case there was no base register in the addressing expression.