mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
33a301baa7
* ld-scripts/map-address.[td]: New files for it.
10 lines
93 B
Perl
10 lines
93 B
Perl
SECTIONS
|
|
{
|
|
. = 0x10001;
|
|
foo = .;
|
|
. += 0x200;
|
|
bar = .;
|
|
. = ALIGN (4);
|
|
frob = .;
|
|
}
|