x86-64: Generate branch with PLT32 relocation
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr22791-2a.s
1 .text
2 .p2align 4,,15
3 .globl foo
4 .type foo, @function
5 foo:
6 jmp bar
7 .size foo, .-foo
8 .section .note.GNU-stack,"",@progbits
This page took 0.029127 seconds and 4 git commands to generate.