tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / interleave.ld
index 6406166c88543334bc098d4c1bc263a333b4a673..409843601fd4a830bf2990a183abdc97064d37ac 100644 (file)
@@ -5,6 +5,7 @@ MEMORY
 }
 SECTIONS
 {
-  .a0 : { *(.text.a0) } > x0
-  .a1 : { *(.text.a1) } > x1
+  .a0 : { *(.data.a0) } > x0
+  .a1 : { *(.data.a1) } > x1
+  /DISCARD/ : { *(*) }
 }
This page took 0.027744 seconds and 4 git commands to generate.