mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
10 lines
93 B
Perl
10 lines
93 B
Perl
SECTIONS
|
|
{
|
|
. = 0x10001;
|
|
foo = .;
|
|
. += 0x200;
|
|
bar = .;
|
|
. = ALIGN (4);
|
|
frob = .;
|
|
}
|