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