11 lines
89 B
Perl
Raw Normal View History

2015-08-28 17:32:19 +02:00
SECTIONS
{
foo = 0x10;
PROVIDE (foo = bar);
.data 0x1000 :
{
*(.data)
}
}