Missing ChangeLog entry from commit 60ef20e28534cf093d5bd799b3830c68381bb27f.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / rgn-at7.t
CommitLineData
13762d2e
AM
1MEMORY
2{
3 ram : ORIGIN = 0x10000, LENGTH = 0x10000
4 rom : ORIGIN = 0x20000, LENGTH = 0x10000
5}
6
7SECTIONS
8{
9 .text : {*(.text)} > ram AT> rom
10 .data : ALIGN (16) {*(.data)} > ram AT> rom
11 /DISCARD/ : {*(*)}
12}
This page took 0.057362 seconds and 4 git commands to generate.