mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Handle reloc_riprel_4byte_movq_load. Should make the bots happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122579 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3a83c40ab6
commit
c3a561cb8e
@ -1610,6 +1610,7 @@ unsigned X86ELFObjectWriter::GetRelocType(const MCValue &Target,
|
||||
assert(Modifier == MCSymbolRefExpr::VK_None);
|
||||
Type = ELF::R_X86_64_PC64;
|
||||
break;
|
||||
case X86::reloc_riprel_4byte_movq_load:
|
||||
case FK_Data_4: // FIXME?
|
||||
case X86::reloc_riprel_4byte:
|
||||
case FK_PCRel_4:
|
||||
|
@ -15,6 +15,7 @@ bar:
|
||||
leaq foo@TLSLD(%rip), %rdi # R_X86_64_TLSLD
|
||||
leaq foo@DTPOFF(%rax), %rcx # R_X86_64_DTPOFF32
|
||||
pushq $bar
|
||||
movq foo(%rip), %rdx
|
||||
|
||||
|
||||
// CHECK: # Section 0x00000001
|
||||
@ -98,3 +99,9 @@ bar:
|
||||
// CHECK-NEXT: ('r_sym', 0x00000002)
|
||||
// CHECK-NEXT: ('r_type', 0x0000000b)
|
||||
// CHECK-NEXT: ('r_addend', 0x00000000)
|
||||
|
||||
// CHECK: # Relocation 0x0000000c
|
||||
// CHECK-NEXT: (('r_offset', 0x00000055)
|
||||
// CHECK-NEXT: ('r_sym', 0x00000006)
|
||||
// CHECK-NEXT: ('r_type', 0x00000002)
|
||||
// CHECK-NEXT: ('r_addend', 0xfffffffc)
|
||||
|
Loading…
Reference in New Issue
Block a user