aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/got.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ELF/got.s')
-rw-r--r--test/MC/ELF/got.s12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/MC/ELF/got.s b/test/MC/ELF/got.s
index e807ab1..866d25b 100644
--- a/test/MC/ELF/got.s
+++ b/test/MC/ELF/got.s
@@ -6,20 +6,20 @@
movl foo@GOT, %eax
movl foo@GOTPCREL(%rip), %eax
-// CHECK: (('st_name', 0x5) # '_GLOBAL_OFFSET_TABLE_'
-// CHECK-NEXT: ('st_bind', 0x1)
+// CHECK: (('st_name', 5) # '_GLOBAL_OFFSET_TABLE_'
+// CHECK-NEXT: ('st_bind', 1)
// CHECK: ('_relocations', [
-// CHECK-NEXT: # Relocation 0x0
+// CHECK-NEXT: # Relocation 0
// CHECK-NEXT: (('r_offset',
// CHECK-NEXT: ('r_sym',
-// CHECK-NEXT: ('r_type', 0x3)
+// CHECK-NEXT: ('r_type', 3)
// CHECK-NEXT: ('r_addend',
// CHECK-NEXT: ),
-// CHECK-NEXT: # Relocation 0x1
+// CHECK-NEXT: # Relocation 1
// CHECK-NEXT: (('r_offset',
// CHECK-NEXT: ('r_sym',
-// CHECK-NEXT: ('r_type', 0x9)
+// CHECK-NEXT: ('r_type', 9)
// CHECK-NEXT: ('r_addend',
// CHECK-NEXT: ),
// CHECK-NEXT: ])