33a301baa7
* ld-scripts/map-address.[td]: New files for it.
9 lines
93 B
Perl
9 lines
93 B
Perl
SECTIONS
|
|
{
|
|
. = 0x10001;
|
|
foo = .;
|
|
. += 0x200;
|
|
bar = .;
|
|
. = ALIGN (4);
|
|
frob = .;
|
|
}
|