blob: 634eab26a9ee58a3aac7dee3b0f0b1ccf676f101 [file] [log] [blame]
SECTIONS
{
. = 0xc000;
.text :
{
_text = .;
*(.text)
}
_end = .;
}
ASSERT (_end - _text <= 0x100, "fail");