Avoid exponential behavior in rust_evaluate_subexp
[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.02975 seconds and 4 git commands to generate.