]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-aarch64/morello-stubs-pcc-bounds.ld
ld, aarch64: Account for stubs in bounds sizing
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-aarch64 / morello-stubs-pcc-bounds.ld
CommitLineData
8504495a
AC
1SECTIONS {
2 . = SIZEOF_HEADERS;
3 .text_low : { *(.text.1) *(.text.2) }
4 .relocs_mid : { *(.rela.dyn) }
5 .text_high 0x20000 : { *(.text.3) }
6 .tail_relro : { *(.data.rel.ro.local) }
7}