blob: 8f2dfebe2058ac1e0a25ad8ea5701142059ab8fd [file] [log] [blame]
SECTIONS
{
. = 0x10001;
foo = .;
. += 0x200;
bar = .;
. = ALIGN (4);
frob = .;
}