mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-19 11:32:13 +00:00
6ea1bcda2b
This reverts commit 6c5c652ee12028f75cf95f9901979e53fbe22f8b.
13 lines
146 B
Perl
13 lines
146 B
Perl
SECTIONS
|
|
{
|
|
.data 0x2000 :
|
|
{
|
|
LONG (foo)
|
|
LONG (bar)
|
|
. = ALIGN (0x10);
|
|
*(.data)
|
|
}
|
|
PROVIDE (foo = .);
|
|
PROVIDE (bar = .);
|
|
}
|