[AArch64] Cortex-A53 erratum 835769 linker workaround
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / rgn-at10.t
CommitLineData
13075d04
SH
1MEMORY
2{
3 ram : ORIGIN = 0x10000, LENGTH = 0x10000
4 rom : ORIGIN = 0x20000, LENGTH = 0x10000
5}
6
7SECTIONS
8{
9 .text : ALIGN_WITH_INPUT {*(.text)} > ram AT> rom
10 .tbss : ALIGN_WITH_INPUT {*(.tbss)} > ram AT> rom
11 .data : ALIGN_WITH_INPUT {*(.data)} > ram AT> rom
12 /DISCARD/ : {*(*)}
13}
This page took 0.048645 seconds and 4 git commands to generate.