allwinner_a64/android/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/pr14962-2.t
2018-08-08 20:10:12 +08:00

11 lines
102 B
Raku

TOTO = 4096;
TOTO += 4096;
SECTIONS
{
.text TOTO :
{
x = ABSOLUTE(TOTO);
*(*.text)
}
}