]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-aarch64/morello-pcc-bounds-include-readonly.ld
ld, aarch64: Account for stubs in bounds sizing
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-aarch64 / morello-pcc-bounds-include-readonly.ld
CommitLineData
bc64cc90
MM
1SECTIONS {
2 . = SEGMENT_START("text-segment", 0x1a0);
3 .text : { *(.text) }
4 . = DATA_SEGMENT_ALIGN (CONSTANT (MAXPAGESIZE), CONSTANT (COMMONPAGESIZE));
5 .dynamic : { *(.dynamic) }
6 .got : { *(.got.plt) *(.igot.plt) *(.got) *(.igot) }
7 . = DATA_SEGMENT_RELRO_END (0, .);
8 .othersection ALIGN(0x2000) : { *(.othersection*) }
8504495a 9 .first_rw : { *(.first_rw) }
bc64cc90
MM
10 .data ALIGN(0x2000) : { *(.data) }
11 . = DATA_SEGMENT_END (.);
12}