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