aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/relocation-pc.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/relocation-pc.s
parentbbf9c4a14edbdbc384a452377d60bad8f6d8a78e (diff)
downloadexternal_llvm-014180d387a875f7e04fd3532eab24dd0794db08.zip
external_llvm-014180d387a875f7e04fd3532eab24dd0794db08.tar.gz
external_llvm-014180d387a875f7e04fd3532eab24dd0794db08.tar.bz2
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/relocation-pc.s')
-rw-r--r--test/MC/ELF/relocation-pc.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ELF/relocation-pc.s b/test/MC/ELF/relocation-pc.s
index 848d3ba..b3e87f7 100644
--- a/test/MC/ELF/relocation-pc.s
+++ b/test/MC/ELF/relocation-pc.s
@@ -5,7 +5,7 @@
loope 0 # R_X86_64_PC8
jmp -256 # R_X86_64_PC32
-// CHECK: # Section 0x00000002
+// CHECK: # Section 2
// CHECK-NEXT: (('sh_name', 0x00000001) # '.rela.text'
// CHECK-NEXT: ('sh_type', 0x00000004)
// CHECK-NEXT: ('sh_flags', 0x00000000)