diff options
Diffstat (limited to 'test/MC/ELF/common.s')
-rw-r--r-- | test/MC/ELF/common.s | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/test/MC/ELF/common.s b/test/MC/ELF/common.s index 70e2ed2..046306e 100644 --- a/test/MC/ELF/common.s +++ b/test/MC/ELF/common.s @@ -9,9 +9,9 @@ .comm common1,1,1 // CHECK: ('st_name', 0x00000001) # 'common1' -// CHECK-NEXT: ('st_bind', 0x00000000) -// CHECK-NEXT: ('st_type', 0x00000001) -// CHECK-NEXT: ('st_other', 0x00000000) +// CHECK-NEXT: ('st_bind', 0x0) +// CHECK-NEXT: ('st_type', 0x1) +// CHECK-NEXT: ('st_other', 0x00) // CHECK-NEXT: ('st_shndx', // CHECK-NEXT: ('st_value', 0x0000000000000000) // CHECK-NEXT: ('st_size', 0x0000000000000001) @@ -23,9 +23,9 @@ .comm common2,1,1 // CHECK: ('st_name', 0x00000009) # 'common2' -// CHECK-NEXT: ('st_bind', 0x00000000) -// CHECK-NEXT: ('st_type', 0x00000001) -// CHECK-NEXT: ('st_other', 0x00000000) +// CHECK-NEXT: ('st_bind', 0x0) +// CHECK-NEXT: ('st_type', 0x1) +// CHECK-NEXT: ('st_other', 0x00) // CHECK-NEXT: ('st_shndx', // CHECK-NEXT: ('st_value', 0x0000000000000001) // CHECK-NEXT: ('st_size', 0x0000000000000001) @@ -33,12 +33,12 @@ .local common6 .comm common6,8,16 -// CHECK: # Symbol 0x00000003 +// CHECK: # Symbol 3 // CHECK-NEXT: (('st_name', 0x00000011) # 'common6' -// CHECK-NEXT: ('st_bind', 0x00000000) -// CHECK-NEXT: ('st_type', 0x00000001) -// CHECK-NEXT: ('st_other', 0x00000000) -// CHECK-NEXT: ('st_shndx', 0x00000004) +// CHECK-NEXT: ('st_bind', 0x0) +// CHECK-NEXT: ('st_type', 0x1) +// CHECK-NEXT: ('st_other', 0x00) +// CHECK-NEXT: ('st_shndx', 0x0004) // CHECK-NEXT: ('st_value', 0x0000000000000010) // CHECK-NEXT: ('st_size', 0x0000000000000008) // CHECK-NEXT: ), @@ -48,10 +48,10 @@ .comm common3,4,4 // CHECK: ('st_name', 0x00000019) # 'common3' -// CHECK-NEXT: ('st_bind', 0x00000001) -// CHECK-NEXT: ('st_type', 0x00000001) -// CHECK-NEXT: ('st_other', 0x00000000) -// CHECK-NEXT: ('st_shndx', 0x0000fff2) +// CHECK-NEXT: ('st_bind', 0x1) +// CHECK-NEXT: ('st_type', 0x1) +// CHECK-NEXT: ('st_other', 0x00) +// CHECK-NEXT: ('st_shndx', 0xfff2) // CHECK-NEXT: ('st_value', 0x0000000000000004) // CHECK-NEXT: ('st_size', 0x0000000000000004) @@ -68,21 +68,21 @@ foo: .comm common4,40,16 // CHECK: ('st_name', 0x00000025) # 'common4' -// CHECK-NEXT: ('st_bind', 0x00000001) -// CHECK-NEXT: ('st_type', 0x00000001) -// CHECK-NEXT: ('st_other', 0x00000000) -// CHECK-NEXT: ('st_shndx', 0x0000fff2) +// CHECK-NEXT: ('st_bind', 0x1) +// CHECK-NEXT: ('st_type', 0x1) +// CHECK-NEXT: ('st_other', 0x00) +// CHECK-NEXT: ('st_shndx', 0xfff2) // CHECK-NEXT: ('st_value', 0x0000000000000010) // CHECK-NEXT: ('st_size', 0x0000000000000028) .comm common5,4,4 -// CHECK: # Symbol 0x00000009 +// CHECK: # Symbol 9 // CHECK-NEXT: (('st_name', 0x0000002d) # 'common5' -// CHECK-NEXT: ('st_bind', 0x00000001) -// CHECK-NEXT: ('st_type', 0x00000001) -// CHECK-NEXT: ('st_other', 0x00000000) -// CHECK-NEXT: ('st_shndx', 0x0000fff2) +// CHECK-NEXT: ('st_bind', 0x1) +// CHECK-NEXT: ('st_type', 0x1) +// CHECK-NEXT: ('st_other', 0x00) +// CHECK-NEXT: ('st_shndx', 0xfff2) // CHECK-NEXT: ('st_value', 0x0000000000000004) // CHECK-NEXT: ('st_size', 0x0000000000000004) // CHECK-NEXT: ), |