blob: af6e7755ec2aa6bd7bc0de471d417cec68588655 [file] [log] [blame]
SECTIONS
{
.text 0x01014000 :
{
foo = .;
. = (. + 0x100);
*(.text)
}
}