binutils-gdb/ld/testsuite/ld-scripts/provide-3.t

12 lines
97 B
Perl

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