Retro68/binutils/ld/testsuite/ld-scripts/print-memory-usage-2.t

15 lines
105 B
Perl
Raw Normal View History

2017-04-10 11:32:00 +00:00
SECTIONS
{
.text 0x1000 :
{
*(.text)
*(.pr)
}
.data :
{
*(.data)
*(.rw)
}
}