binutils-gdb/ld/testsuite/ld-scripts/map-address.t

10 lines
93 B
Perl

SECTIONS
{
. = 0x10001;
foo = .;
. += 0x200;
bar = .;
. = ALIGN (4);
frob = .;
}