mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2025-11-21 18:53:25 +00:00
12 lines
86 B
Plaintext
12 lines
86 B
Plaintext
SECTIONS
|
|
{
|
|
.text 0x01014000 :
|
|
{
|
|
foo = .;
|
|
. = (. + 0x204);
|
|
*(.text)
|
|
}
|
|
}
|
|
|
|
|