]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-aarch64/morello-capinit.ld
[Morello] Capability data relocations
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-aarch64 / morello-capinit.ld
CommitLineData
40bbb79e
SP
1SECTIONS {
2 . = SIZEOF_HEADERS;
3 .dynamic : { *(.dynamic) }
4 __outer_text_start = .;
5 .text_low :
6 {
7 text_start = .;
8 *(.text)
9 text1_start = .;
10 *(.text.1)
11 text1_end = .;
12 *(.text.2)
13 __text_end = .;
14 }
15 .plt : { *(.plt) }
16 .got : { *(.got) }
17 .got : { *(.got) }
18 .data : { *(.data) }
19}