blob: abf6eb324a4af646eabf6ed8aa1c8b686fe4c332 [file] [log] [blame]
SECTIONS
{
. = SIZEOF_HEADERS;
PROVIDE (foo = 1);
PROVIDE (bar = 2);
PROVIDE (baz = 3);
.data 0x2000 :
{
*(.data)
}
}