binutils-gdb/ld/testsuite/ld-scripts/print-memory-usage.t

15 lines
98 B
Perl

SECTIONS
{
.text :
{
*(.text)
*(.pr)
}
.data :
{
*(.data)
*(.rw)
}
}