1	.text
2foo:
3	movq	bar@GOTPCREL(%rip), %rbp
4	.weak	bar
5	.data
6	.type	bar, @gnu_unique_object
7	.size	bar, 8
8bar:
9	.quad 8
10