diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-04-07 23:51:25 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-04-07 23:51:25 +0000 |
commit | 9974b8b3cb49eb937cb148c4199e0d456186c3ca (patch) | |
tree | 91e13813339f58d47803d0148715244730e8c03a /test/MC/ELF/entsize.s | |
parent | d5321da8d22d60f528397a05dc10db4185fcb680 (diff) |
Update tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129116 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ELF/entsize.s')
-rw-r--r-- | test/MC/ELF/entsize.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/ELF/entsize.s b/test/MC/ELF/entsize.s index e8eb62eb2e..415eaefe46 100644 --- a/test/MC/ELF/entsize.s +++ b/test/MC/ELF/entsize.s @@ -33,7 +33,7 @@ .quad 42 // CHECK: # Section 0x00000004 -// CHECK-NEXT: ('sh_name', 0x00000012) # '.rodata.str1.1' +// CHECK-NEXT: ('sh_name', 0x00000048) # '.rodata.str1.1' // CHECK-NEXT: ('sh_type', 0x00000001) // CHECK-NEXT: ('sh_flags', 0x00000032) // CHECK-NEXT: ('sh_addr', @@ -45,7 +45,7 @@ // CHECK-NEXT: ('sh_entsize', 0x00000001) // CHECK: # Section 0x00000005 -// CHECK-NEXT: ('sh_name', 0x00000021) # '.rodata.str2.1' +// CHECK-NEXT: ('sh_name', 0x00000039) # '.rodata.str2.1' // CHECK-NEXT: ('sh_type', 0x00000001) // CHECK-NEXT: ('sh_flags', 0x00000032) // CHECK-NEXT: ('sh_addr', @@ -57,7 +57,7 @@ // CHECK-NEXT: ('sh_entsize', 0x00000002) // CHECK: # Section 0x00000006 -// CHECK-NEXT: ('sh_name', 0x00000030) # '.rodata.cst8 +// CHECK-NEXT: ('sh_name', 0x0000002c) # '.rodata.cst8 // CHECK-NEXT: ('sh_type', 0x00000001) // CHECK-NEXT: ('sh_flags', 0x00000012) // CHECK-NEXT: ('sh_addr', |