]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-aarch64/morello-capinit.ld
ld: Adjust bounds, base, and size for various symbols
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-aarch64 / morello-capinit.ld
1 SECTIONS {
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 __outer_data_start = .;
19 .data_total :
20 {
21 data_start = .;
22 *(.data)
23 data1_start = .;
24 *(.data.1)
25 data1_end = .;
26 *(.data.2)
27 __data_end = .;
28 }
29 .inspectionsection : { *(.inspectionsection) }
30 }