summaryrefslogtreecommitdiff
path: root/test/MC/ELF/entsize.s
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-08-04 13:39:15 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-08-04 13:39:15 +0000
commit014180d387a875f7e04fd3532eab24dd0794db08 (patch)
treed9148559b51f03ac53567b7236189e4ebf10e546 /test/MC/ELF/entsize.s
parentbbf9c4a14edbdbc384a452377d60bad8f6d8a78e (diff)
downloadllvm-014180d387a875f7e04fd3532eab24dd0794db08.tar.gz
llvm-014180d387a875f7e04fd3532eab24dd0794db08.tar.bz2
llvm-014180d387a875f7e04fd3532eab24dd0794db08.tar.xz
Don't print a counter in hex.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136869 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ELF/entsize.s')
-rw-r--r--test/MC/ELF/entsize.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/ELF/entsize.s b/test/MC/ELF/entsize.s
index 415eaefe46..6b6a7d792a 100644
--- a/test/MC/ELF/entsize.s
+++ b/test/MC/ELF/entsize.s
@@ -32,7 +32,7 @@
.quad 42
.quad 42
-// CHECK: # Section 0x00000004
+// CHECK: # Section 4
// CHECK-NEXT: ('sh_name', 0x00000048) # '.rodata.str1.1'
// CHECK-NEXT: ('sh_type', 0x00000001)
// CHECK-NEXT: ('sh_flags', 0x00000032)
@@ -44,7 +44,7 @@
// CHECK-NEXT: ('sh_addralign', 0x00000001)
// CHECK-NEXT: ('sh_entsize', 0x00000001)
-// CHECK: # Section 0x00000005
+// CHECK: # Section 5
// CHECK-NEXT: ('sh_name', 0x00000039) # '.rodata.str2.1'
// CHECK-NEXT: ('sh_type', 0x00000001)
// CHECK-NEXT: ('sh_flags', 0x00000032)
@@ -56,7 +56,7 @@
// CHECK-NEXT: ('sh_addralign', 0x00000001)
// CHECK-NEXT: ('sh_entsize', 0x00000002)
-// CHECK: # Section 0x00000006
+// CHECK: # Section 6
// CHECK-NEXT: ('sh_name', 0x0000002c) # '.rodata.cst8
// CHECK-NEXT: ('sh_type', 0x00000001)
// CHECK-NEXT: ('sh_flags', 0x00000012)