fix Windows build
[binutils-gdb.git] / ld / testsuite / ld-scripts / rgn-at11.t
blob4f07c9db7f3905e1fca1160d95ead299ec191bdb
1 MEMORY
3   ram : ORIGIN = 0x10000, LENGTH = 0x10000
4   rom : ORIGIN = 0x20000, LENGTH = 0x10000
7 SECTIONS
9   .text : ALIGN_WITH_INPUT {*(.text)} > ram AT> rom
10   .tbss : {*(.tbss)} > ram AT> rom
11   .data : ALIGN_WITH_INPUT {*(.data)} > ram AT> rom
12   /DISCARD/ : {*(*)}