Retro68/binutils/ld/testsuite/ld-scripts/pr14962-2.t

12 lines
101 B
Perl
Raw Normal View History

2015-08-28 15:32:19 +00:00
TOTO = 4096;
TOTO += 4096;
SECTIONS
{
.text TOTO :
{
x = ABSOLUTE(TOTO);
2017-04-10 11:32:00 +00:00
*(.text)
2015-08-28 15:32:19 +00:00
}
}