Another counter goes decimal.
[oota-llvm.git] / test / MC / ELF / weakref-plt.s
1 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | elf-dump  | FileCheck %s
2
3         .weakref        bar,foo
4         call    bar@PLT
5
6 // CHECK:      # Symbol 5
7 // CHECK-NEXT: (('st_name', 0x00000001) # 'foo'
8 // CHECK-NEXT:  ('st_bind', 0x00000002)