12 lines
97 B
Perl
Raw Normal View History

2012-03-26 21:18:29 +02:00
SECTIONS
{
.data :
{
LONG (foo)
LONG (bar)
*(.data)
}
foo = .;
bar = .;
}