summaryrefslogtreecommitdiff
path: root/test/MC/ELF/pr9292.s
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-08-04 15:24:00 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-08-04 15:24:00 +0000
commit71a8f5ca12e8536e6050cc7a09fa2a87ea629cfa (patch)
treedb03475bd85580c0f58747ced03a30c9742a4e4a /test/MC/ELF/pr9292.s
parentd7c278326f333f41d8ec8d19f817a117e3f11190 (diff)
downloadllvm-71a8f5ca12e8536e6050cc7a09fa2a87ea629cfa.tar.gz
llvm-71a8f5ca12e8536e6050cc7a09fa2a87ea629cfa.tar.bz2
llvm-71a8f5ca12e8536e6050cc7a09fa2a87ea629cfa.tar.xz
print st_type with the correct number of bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ELF/pr9292.s')
-rw-r--r--test/MC/ELF/pr9292.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/ELF/pr9292.s b/test/MC/ELF/pr9292.s
index 4d6db21e6c..9155e74cf1 100644
--- a/test/MC/ELF/pr9292.s
+++ b/test/MC/ELF/pr9292.s
@@ -9,7 +9,7 @@ mov %eax,bar
// CHECK: (('st_name', 0x00000005) # 'bar'
// 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)
@@ -18,7 +18,7 @@ mov %eax,bar
// CHECK-NEXT: # Symbol 5
// CHECK-NEXT: (('st_name', 0x00000001) # 'foo'
// 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)