Abort if PT_GNU_RELRO segment doesn't fit in PT_LOAD segment
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr14207.s
1
2 .section .ctors, "aw"
3 .space 0x10, 1
4
5 .section .dtors, "aw"
6 .space 0x10, 2
7
8 .section .jcr, "aw"
9 .space 0x8, 3
10
11 .section .data.rel.ro
12 .p2align 4
13 .space 0x20, 3
14
15 .section .dynamic
16 .space 0xb0, 2
17
18 .section .got
19 .space 0x2a8, 4
20
21 .bss
22 .zero 0x840
23
24
This page took 0.032719 seconds and 4 git commands to generate.