blob: e077ed1cb4c97993b258d5d2c2f88dffbc3eb8d1 [file] [log] [blame]
SECTIONS
{
def1 = DEFINED(foo) ? 0x10 : 0x20;
def2 = def1;
. = 0x10001;
foo = .;
. += 0x200;
bar = .;
. = ALIGN (4);
frob = .;
}