Extend step-over-syscall.exp with different detach-on-fork and follow-fork modes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / hidden5.s
1 .text
2 .globl bar
3 .type bar, @function
4 bar:
5 movabsq $foo@GOTOFF, %rax
6 .size bar, .-bar
7 .hidden foo
This page took 0.029438 seconds and 4 git commands to generate.