aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/weakref-plt.s
blob: 26ba3f6df543e40e4816fda78bdba1e347602e5b (plain)
1
2
3
4
5
6
7
8
// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | elf-dump  | FileCheck %s

	.weakref	bar,foo
	call	bar@PLT

// CHECK:      # Symbol 0x00000005
// CHECK-NEXT: (('st_name', 0x00000001) # 'foo'
// CHECK-NEXT:  ('st_bind', 0x00000002)