gdb/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / unique1.s
CommitLineData
6f8bcf84
L
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
This page took 0.094847 seconds and 4 git commands to generate.