[AArch64] Cortex-A53 erratum 835769 linker workaround
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / pr14962-2.t
CommitLineData
fa72205c
AM
1TOTO = 4096;
2TOTO += 4096;
3
4SECTIONS
5{
6 .text TOTO :
7 {
8 x = ABSOLUTE(TOTO);
9 *(*.text)
10 }
11}
This page took 0.050883 seconds and 4 git commands to generate.