blob: 25a510c4dadb88425a007214a96ec9494c39ec49 [file]
SECTIONS
{
. = SIZEOF_HEADERS;
. = 0x800000;
PROVIDE (bar = .);
.data : {
*(.data)
}
}