Check PC-relative offset overflow in PLT entry
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr17618.s
1 .text
2 .globl foo
3 .type foo, @function
4 foo:
5 call bar@PLT
6 .size foo, .-foo
7
8 .globl gap
9 .type gap, @function
10 gap:
11 jmp .L0
12 .space 0x40000000, 0x90
13 .L0:
14 jmp .L2
15 .space 0x3fdfff14, 0x90
16 .L2:
17 .size gap, .-gap
18 .section .note.GNU-stack,"",@progbits
This page took 0.042835 seconds and 5 git commands to generate.