blob: f6229d4bc0c108a88b88f339034201e0e482a68a [file] [log] [blame]
SECTIONS
{
.data :
{
LONG (foo)
LONG (bar)
*(.data)
}
foo = .;
bar = .;
}