Move the STT_FILE symbols out of the normal symbol table processing for
[oota-llvm.git] / test / MC / ELF / relocation.s
index d2c4f2e078129f4c11abd821e6c51903611e1e8f..ba50c8182fbca5b9b3f7781aede198b794fe9930 100644 (file)
@@ -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:   }