aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/weak.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ELF/weak.s')
-rw-r--r--test/MC/ELF/weak.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/ELF/weak.s b/test/MC/ELF/weak.s
index cfd5a63..7c89674 100644
--- a/test/MC/ELF/weak.s
+++ b/test/MC/ELF/weak.s
@@ -12,7 +12,7 @@ bar:
//CHECK: # Symbol 4
//CHECK-NEXT: (('st_name', 0x00000005) # 'bar'
//CHECK-NEXT: ('st_bind', 0x2)
-//CHECK-NEXT: ('st_type', 0x00000000)
+//CHECK-NEXT: ('st_type', 0x0)
//CHECK-NEXT: ('st_other', 0x00000000)
//CHECK-NEXT: ('st_shndx', 0x00000001)
//CHECK-NEXT: ('st_value', 0x0000000000000004)
@@ -21,7 +21,7 @@ bar:
//CHECK-NEXT: # Symbol 5
//CHECK: (('st_name', 0x00000001) # 'foo'
//CHECK-NEXT: ('st_bind', 0x2)
-//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)