Revert accidental commit.
[oota-llvm.git] / test / MC / ELF / basic-elf-64.s
index c3c6184fb7ff5c3c724f401d30b920357de7815f..38ffaa724acc384dfd0778ee1a55b971c4b93c4d 100644 (file)
@@ -30,9 +30,9 @@ main:                                   # @main
 
        .section        .note.GNU-stack,"",@progbits
 
-// CHECK: ('e_indent[EI_CLASS]', 0x00000002)
-// CHECK: ('e_indent[EI_DATA]', 0x00000001)
-// CHECK: ('e_indent[EI_VERSION]', 0x00000001)
+// CHECK: ('e_indent[EI_CLASS]', 0x02)
+// CHECK: ('e_indent[EI_DATA]', 0x01)
+// CHECK: ('e_indent[EI_VERSION]', 0x01)
 // CHECK: ('_sections', [
 // CHECK:   # Section 0
 // CHECK:   (('sh_name', 0x00000000) # ''
@@ -43,40 +43,40 @@ main:                                   # @main
 
 // CHECK:   ('_relocations', [
 // CHECK:     # Relocation 0
-// CHECK:     (('r_offset', 0x00000005)
+// CHECK:     (('r_offset', 0x0000000000000005)
 // CHECK:      ('r_type', 0x0000000a)
 // CHECK:      ('r_addend', 0x0000000000000000)
 // CHECK:     ),
 // CHECK:     # Relocation 1
-// CHECK:     (('r_offset', 0x0000000a)
+// CHECK:     (('r_offset', 0x000000000000000a)
 // CHECK:      ('r_type', 0x00000002)
 // CHECK:      ('r_addend', 0xfffffffffffffffc)
 // CHECK:     ),
 // CHECK:     # Relocation 2
-// CHECK:     (('r_offset', 0x0000000f)
+// CHECK:     (('r_offset', 0x000000000000000f)
 // CHECK:      ('r_type', 0x0000000a)
 // CHECK:      ('r_addend', 0x0000000000000006)
 // CHECK:     ),
 // CHECK:     # Relocation 3
-// CHECK:     (('r_offset', 0x00000014)
+// CHECK:     (('r_offset', 0x0000000000000014)
 // CHECK:      ('r_type', 0x00000002)
 // CHECK:      ('r_addend', 0xfffffffffffffffc)
 // CHECK:     ),
 // CHECK:   ])
 
-// CHECK: ('st_bind', 0x00000000)
-// CHECK: ('st_type', 0x00000003)
+// CHECK: ('st_bind', 0x0)
+// CHECK: ('st_type', 0x3)
 
-// CHECK: ('st_bind', 0x00000000)
-// CHECK: ('st_type', 0x00000003)
+// CHECK: ('st_bind', 0x0)
+// CHECK: ('st_type', 0x3)
 
-// CHECK: ('st_bind', 0x00000000)
-// CHECK: ('st_type', 0x00000003)
+// CHECK: ('st_bind', 0x0)
+// CHECK: ('st_type', 0x3)
 
 // CHECK:   # 'main'
-// CHECK-NEXT: ('st_bind', 0x00000001)
-// CHECK-NEXT: ('st_type', 0x00000002)
+// CHECK-NEXT: ('st_bind', 0x1)
+// CHECK-NEXT: ('st_type', 0x2)
 
 // CHECK:   # 'puts'
-// CHECK-NEXT: ('st_bind', 0x00000001)
-// CHECK-NEXT: ('st_type', 0x00000000)
+// CHECK-NEXT: ('st_bind', 0x1)
+// CHECK-NEXT: ('st_type', 0x0)