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