From c084c0945b0530180e8969f5e2017d02d06db130 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Fri, 28 Jun 2013 04:24:32 +0000 Subject: Integrate Assembler: Support X86_64_DTPOFF64 relocations git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185131 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ELF/relocation.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/MC/ELF') diff --git a/test/MC/ELF/relocation.s b/test/MC/ELF/relocation.s index 18d43da..d2c4f2e 100644 --- a/test/MC/ELF/relocation.s +++ b/test/MC/ELF/relocation.s @@ -18,7 +18,7 @@ bar: movq foo(%rip), %rdx leaq foo-bar(%r14),%r14 addq $bar,%rax # R_X86_64_32S - + .quad foo@DTPOFF // CHECK: Section { // CHECK: Name: .rela.text @@ -38,6 +38,7 @@ bar: // CHECK-NEXT: 0x55 R_X86_64_PC32 foo 0xFFFFFFFFFFFFFFFC // 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: ] // CHECK-NEXT: } -- cgit v1.1