diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-08-04 13:39:15 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-08-04 13:39:15 +0000 |
| commit | cad9e7f094df054e69101562d0aa618fd2fdb488 (patch) | |
| tree | 2a306c41238ec887e174d2e9526bbf4f7e4da422 /llvm/test/MC/ELF/cfi-adjust-cfa-offset.s | |
| parent | d7facaf37169a5012c12b5755973dfdeaecb7693 (diff) | |
| download | bcm5719-llvm-cad9e7f094df054e69101562d0aa618fd2fdb488.tar.gz bcm5719-llvm-cad9e7f094df054e69101562d0aa618fd2fdb488.zip | |
Don't print a counter in hex.
llvm-svn: 136869
Diffstat (limited to 'llvm/test/MC/ELF/cfi-adjust-cfa-offset.s')
| -rw-r--r-- | llvm/test/MC/ELF/cfi-adjust-cfa-offset.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/ELF/cfi-adjust-cfa-offset.s b/llvm/test/MC/ELF/cfi-adjust-cfa-offset.s index d9000e60b43..8e156516608 100644 --- a/llvm/test/MC/ELF/cfi-adjust-cfa-offset.s +++ b/llvm/test/MC/ELF/cfi-adjust-cfa-offset.s @@ -11,7 +11,7 @@ f: ret .cfi_endproc -// CHECK: # Section 0x00000004 +// CHECK: # Section 4 // CHECK-NEXT: (('sh_name', 0x00000011) # '.eh_frame' // CHECK-NEXT: ('sh_type', 0x00000001) // CHECK-NEXT: ('sh_flags', 0x00000002) @@ -24,7 +24,7 @@ f: // CHECK-NEXT: ('sh_entsize', 0x00000000) // CHECK-NEXT: ('_section_data', '14000000 00000000 017a5200 01781001 1b0c0708 90010000 1c000000 1c000000 00000000 0a000000 00440e10 410e1444 0e080000 00000000') // CHECK-NEXT: ), -// CHECK-NEXT: # Section 0x00000005 +// CHECK-NEXT: # Section 5 // CHECK-NEXT: (('sh_name', 0x0000000c) # '.rela.eh_frame' // CHECK-NEXT: ('sh_type', 0x00000004) // CHECK-NEXT: ('sh_flags', 0x00000000) |

