mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 03:29:50 +00:00
11 lines
89 B
Perl
11 lines
89 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
foo = 0x10;
|
||
|
PROVIDE (foo = bar);
|
||
|
|
||
|
.data 0x1000 :
|
||
|
{
|
||
|
*(.data)
|
||
|
}
|
||
|
}
|