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

11 lines
89 B
Raku

SECTIONS
{
foo = 0x10;
PROVIDE (foo = bar);
.data 0x1000 :
{
*(.data)
}
}