diff options
Diffstat (limited to 'test/MC/ELF/weakref-plt.s')
-rw-r--r-- | test/MC/ELF/weakref-plt.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/ELF/weakref-plt.s b/test/MC/ELF/weakref-plt.s index 26ba3f6..2e50093 100644 --- a/test/MC/ELF/weakref-plt.s +++ b/test/MC/ELF/weakref-plt.s @@ -3,6 +3,6 @@ .weakref bar,foo call bar@PLT -// CHECK: # Symbol 0x00000005 +// CHECK: # Symbol 5 // CHECK-NEXT: (('st_name', 0x00000001) # 'foo' -// CHECK-NEXT: ('st_bind', 0x00000002) +// CHECK-NEXT: ('st_bind', 0x2) |