1 /* Script for ld testsuite. */
2 OUTPUT_ARCH(aarch64:ilp32)
6 /* Read-only sections, merged into text segment: */
7 PROVIDE (__executable_start = 0x8000); . = 0x10000;
15 .got : { *(.got) *(.got.plt)}
18 .ARM.attributes 0 : { *(.ARM.atttributes) }
19 /* Providing a .data section triggers a non-executable segment to be
20 generated, which gives somewhere else for the linker to put the TLS
21 segment without creating a RWX permissioned one. */