Retro68/binutils/ld/testsuite/ld-scripts/provide-2.t
2017-04-10 13:32:00 +02:00

12 lines
137 B
Raku

SECTIONS
{
. = SIZEOF_HEADERS;
PROVIDE (foo = 1);
PROVIDE (bar = 2);
PROVIDE (baz = 3);
.data 0x2000 :
{
*(.data)
}
}