mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
12 lines
97 B
Perl
12 lines
97 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.data :
|
||
|
{
|
||
|
LONG (foo)
|
||
|
LONG (bar)
|
||
|
*(.data)
|
||
|
}
|
||
|
foo = .;
|
||
|
bar = .;
|
||
|
}
|