Retro68/binutils/ld/testsuite/ld-mn10300/i135409-5.t

24 lines
295 B
Perl
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS
{
. = 0x0;
.text1 :
{
*(.text1)
}
. = 0x700;
.text :
{
*(.text)
}
. = 0x8100;
.bss :
{
*(.bss)
}
.data :
{
*(.data)
}
}