summaryrefslogtreecommitdiff
path: root/test/MC/ELF/comdat.s
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-08-04 15:10:35 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-08-04 15:10:35 +0000
commitd7c278326f333f41d8ec8d19f817a117e3f11190 (patch)
tree66d6da9391a9eb4e1e637ffa1d18c645742f3182 /test/MC/ELF/comdat.s
parenta83f8ef9b4d727011ee43743810ef1f6ec12bb81 (diff)
downloadllvm-d7c278326f333f41d8ec8d19f817a117e3f11190.tar.gz
llvm-d7c278326f333f41d8ec8d19f817a117e3f11190.tar.bz2
llvm-d7c278326f333f41d8ec8d19f817a117e3f11190.tar.xz
Print st_bind with the correct number of bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136874 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ELF/comdat.s')
-rw-r--r--test/MC/ELF/comdat.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/ELF/comdat.s b/test/MC/ELF/comdat.s
index 1fe84b4697..e74570382c 100644
--- a/test/MC/ELF/comdat.s
+++ b/test/MC/ELF/comdat.s
@@ -44,7 +44,7 @@
// CHECK: # Symbol 1
// CHECK-NEXT: (('st_name', 0x00000001) # 'g1'
-// CHECK-NEXT: ('st_bind', 0x00000000)
+// CHECK-NEXT: ('st_bind', 0x0)
// CHECK-NEXT: ('st_type', 0x00000000)
// CHECK-NEXT: ('st_other', 0x00000000)
// CHECK-NEXT: ('st_shndx', 0x00000007)
@@ -53,7 +53,7 @@
// CHECK-NEXT: ),
// CHECK-NEXT: # Symbol 2
// CHECK-NEXT: (('st_name', 0x00000004) # 'g2'
-// CHECK-NEXT: ('st_bind', 0x00000000)
+// CHECK-NEXT: ('st_bind', 0x0)
// CHECK-NEXT: ('st_type', 0x00000000)
// CHECK-NEXT: ('st_other', 0x00000000)
// CHECK-NEXT: ('st_shndx', 0x00000002)
@@ -63,7 +63,7 @@
// CHECK: # Symbol 13
// CHECK-NEXT: (('st_name', 0x00000007) # 'g3'
-// CHECK-NEXT: ('st_bind', 0x00000001)
+// CHECK-NEXT: ('st_bind', 0x1)
// CHECK-NEXT: ('st_type', 0x00000000)
// CHECK-NEXT: ('st_other', 0x00000000)
// CHECK-NEXT: ('st_shndx', 0x00000000)