mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
12 lines
97 B
Perl
12 lines
97 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.data :
|
||
|
{
|
||
|
LONG (foo)
|
||
|
LONG (bar)
|
||
|
*(.data)
|
||
|
}
|
||
|
foo = .;
|
||
|
bar = .;
|
||
|
}
|