mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-02 06:03:55 +08:00
12 lines
102 B
Perl
12 lines
102 B
Perl
|
TOTO = 4096;
|
||
|
TOTO += 4096;
|
||
|
|
||
|
SECTIONS
|
||
|
{
|
||
|
.text TOTO :
|
||
|
{
|
||
|
x = ABSOLUTE(TOTO);
|
||
|
*(*.text)
|
||
|
}
|
||
|
}
|