diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-08-04 17:00:11 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-08-04 17:00:11 +0000 |
commit | 77dde89b9011da3ee2557f5652ecf407a330c69c (patch) | |
tree | 5b31c471d99f6c6ea0842b82375e80c5f8b3f14a /llvm/test/MC/ELF/zero.s | |
parent | 78d0b57d8803761559f9eee0c780cf04f3e99965 (diff) | |
download | bcm5719-llvm-77dde89b9011da3ee2557f5652ecf407a330c69c.tar.gz bcm5719-llvm-77dde89b9011da3ee2557f5652ecf407a330c69c.zip |
Fix the bitwidth of the remaining fields.
llvm-svn: 136884
Diffstat (limited to 'llvm/test/MC/ELF/zero.s')
-rw-r--r-- | llvm/test/MC/ELF/zero.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/MC/ELF/zero.s b/llvm/test/MC/ELF/zero.s index adf21f8a6be..46ffe17cfbf 100644 --- a/llvm/test/MC/ELF/zero.s +++ b/llvm/test/MC/ELF/zero.s @@ -5,12 +5,12 @@ // CHECK: ('sh_name', 0x00000001) # '.text' // CHECK: ('sh_type', 0x00000001) -// CHECK: ('sh_flags', 0x00000006) -// CHECK: ('sh_addr', 0x00000000) -// CHECK: ('sh_offset', 0x00000040) -// CHECK: ('sh_size', 0x00000005) +// CHECK: ('sh_flags', 0x0000000000000006) +// CHECK: ('sh_addr', 0x0000000000000000) +// CHECK: ('sh_offset', 0x0000000000000040) +// CHECK: ('sh_size', 0x0000000000000005) // CHECK: ('sh_link', 0x00000000) // CHECK: ('sh_info', 0x00000000) -// CHECK: ('sh_addralign', 0x00000004) -// CHECK: ('sh_entsize', 0x00000000) +// CHECK: ('sh_addralign', 0x0000000000000004) +// CHECK: ('sh_entsize', 0x0000000000000000) // CHECK: ('_section_data', '00000000 2a') |