diff options
Diffstat (limited to 'llvm/test/MC/ELF/alias.s')
-rw-r--r-- | llvm/test/MC/ELF/alias.s | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/test/MC/ELF/alias.s b/llvm/test/MC/ELF/alias.s index 46cb4f697d2..e429bd75781 100644 --- a/llvm/test/MC/ELF/alias.s +++ b/llvm/test/MC/ELF/alias.s @@ -19,7 +19,7 @@ bar4 = foo4 // CHECK: # Symbol 1 // CHECK-NEXT: (('st_name', 0x00000005) # 'bar' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -28,7 +28,7 @@ bar4 = foo4 // CHECK-NEXT: # Symbol 2 // CHECK-NEXT: (('st_name', 0x0000001d) # 'bar4' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000002) +// CHECK-NEXT: ('st_type', 0x2) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -37,7 +37,7 @@ bar4 = foo4 // CHECK-NEXT: # Symbol 3 // CHECK-NEXT: (('st_name', 0x00000001) # 'foo' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -46,7 +46,7 @@ bar4 = foo4 // CHECK-NEXT: # Symbol 4 // CHECK-NEXT: (('st_name', 0x0000000e) # 'foo3' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -55,7 +55,7 @@ bar4 = foo4 // CHECK-NEXT: # Symbol 5 // CHECK-NEXT: (('st_name', 0x00000018) # 'foo4' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000002) +// CHECK-NEXT: ('st_type', 0x2) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -70,7 +70,7 @@ bar4 = foo4 // CHECK: # Symbol 9 // CHECK-NEXT: (('st_name', 0x00000013) # 'bar3' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -78,7 +78,7 @@ bar4 = foo4 // CHECK: # Symbol 10 // CHECK-NEXT: (('st_name', 0x00000009) # 'bar2' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) |