x86-64: Force symbol dynamic if it isn't undefined weak
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr17306a.s
CommitLineData
c8831961
L
1 .data
2 .globl foo
3foo:
4 .quad -1
5 .text
6 .globl _start
7 .type _start, @function
8_start:
9 pushq foo@GOTPCREL(%rip)
This page took 0.134307 seconds and 4 git commands to generate.