cc969da947
We don't want this to match .rela.text or similar. * testsuite/ld-scripts/pr14962-2.t: Match .text, not *.text. * testsuite/ld-scripts/rgn-at5.t: Similarly, .sec not *.sec. * testsuite/ld-scripts/section-match-1.t: Likewise.
11 lines
101 B
Raku
11 lines
101 B
Raku
TOTO = 4096;
|
|
TOTO += 4096;
|
|
|
|
SECTIONS
|
|
{
|
|
.text TOTO :
|
|
{
|
|
x = ABSOLUTE(TOTO);
|
|
*(.text)
|
|
}
|
|
}
|