Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5ac
[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.03033 seconds and 4 git commands to generate.