Retro68/binutils/ld/testsuite/ld-scripts/provide-5.t

11 lines
89 B
Perl
Raw Normal View History

2015-08-28 15:32:19 +00:00
SECTIONS
{
foo = 0x10;
PROVIDE (foo = bar);
.data 0x1000 :
{
*(.data)
}
}