2013-04-06 16:48:33 +02:00

12 lines
97 B
Perl

SECTIONS
{
.data :
{
LONG (foo)
LONG (bar)
*(.data)
}
foo = .;
bar = .;
}