1 /* Script for ld testsuite. */
6 read_memory (rx) : ORIGIN = 0x00008000, LENGTH = 4M
7 purecode_memory (!rx) : ORIGIN = 0x00800000, LENGTH = 4M
11 /* Read-only sections, merged into text segment: */
12 PROVIDE (__executable_start = 0x8000); . = 0x8000;
15 INPUT_SECTION_FLAGS (SHF_ARM_PURECODE) *(.text*)
26 .ARM.exidx : { *(.ARM.exidx*) }
28 .got : { *(.got) *(.got.plt)}
31 .ARM.attribues 0 : { *(.ARM.atttributes) }