diff options
Diffstat (limited to 'test/MC/ELF')
-rw-r--r-- | test/MC/ELF/relocation.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/MC/ELF/relocation.s b/test/MC/ELF/relocation.s index d2c4f2e..ba50c81 100644 --- a/test/MC/ELF/relocation.s +++ b/test/MC/ELF/relocation.s @@ -19,6 +19,7 @@ bar: leaq foo-bar(%r14),%r14 addq $bar,%rax # R_X86_64_32S .quad foo@DTPOFF + movabsq $baz@TPOFF, %rax // CHECK: Section { // CHECK: Name: .rela.text @@ -39,6 +40,7 @@ bar: // CHECK-NEXT: 0x5C R_X86_64_PC32 foo 0x5C // CHECK-NEXT: 0x63 R_X86_64_32S .text 0x0 // CHECK-NEXT: 0x67 R_X86_64_DTPOFF64 foo 0x0 +// CHECK-NEXT: 0x71 R_X86_64_TPOFF64 baz 0x0 // CHECK-NEXT: ] // CHECK-NEXT: } |