ld/testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / print-memory-usage.t
CommitLineData
3604cb1f
TG
1SECTIONS
2{
3 .text :
4 {
5 *(.text)
6 *(.pr)
7 }
8
9 .data :
10 {
11 *(.data)
12 *(.rw)
13 }
241e64e3
L
14
15 /DISCARD/ : { *(.note.gnu.property) }
3604cb1f 16}
This page took 0.237601 seconds and 4 git commands to generate.