Extend PE matching regexp in PR 19457 test to match cygwin and mingw targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / rgn-at6.t
1 MEMORY
2 {
3 ram : ORIGIN = 0x10000, LENGTH = 0x10000
4 }
5
6 SECTIONS
7 {
8 .text : {*(.text)} > ram AT> ram
9 .data : ALIGN (16) {*(.data)} > ram AT> ram
10 /DISCARD/ : {*(*)}
11 }
This page took 0.030689 seconds and 4 git commands to generate.