diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-08-04 14:27:46 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-08-04 14:27:46 +0000 |
commit | 65ad8dc807174b53615181a8170befdf60b6771d (patch) | |
tree | b56f3debe58d0baa698c04dcb6a33539b6c57f6a /test/MC/ELF/weakref-plt.s | |
parent | f7179de2a5c127d08e6d24e507abec516f2fc597 (diff) |
Another counter goes decimal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136871 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ELF/weakref-plt.s')
-rw-r--r-- | test/MC/ELF/weakref-plt.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ELF/weakref-plt.s b/test/MC/ELF/weakref-plt.s index 26ba3f6df5..27ab65015e 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) |