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