x86-64: Force symbol dynamic if it isn't undefined weak
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr20093-2.s
1 .largecomm foo1,1073741824,32
2 .largecomm foo2,1073741824,32
3 .largecomm foo3,1073741824,32
4 .text
5 .globl _start
6 .type _start, @function
7 _start:
8 movq foo1@GOTPCREL(%rip), %rax
9 .size _start, .-_start
This page took 0.029095 seconds and 4 git commands to generate.