ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25754-5c.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 = 0xfffffff0
12 .section .note.GNU-stack,"",@progbits
This page took 0.034537 seconds and 4 git commands to generate.