Fix SHF_GNU_RETAIN testsuite fallout
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25754-4c.s
1 .text
2 .p2align 4
3 .globl get_bar
4 .type get_bar, @function
5 get_bar:
6 .cfi_startproc
7 movq bar@GOTPCREL(%rip), %rax
8 ret
9 .cfi_endproc
10 .size get_bar, .-get_bar
11 bar = 0x7fffffff
12 .section .note.GNU-stack,"",@progbits
This page took 0.033093 seconds and 4 git commands to generate.