xtensa: ld: add tests for static linkage relaxation
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xtensa / relax-static-local.s
1 .text
2
3 movi a2, fh@plt
4 movi a2, fp@plt
5 movi a2, fi@plt
6
7 movi a2, fh
8 movi a2, fp
9 movi a2, fi
10
11 .section ".text.a"
12
13 movi a2, fh@plt
14 movi a2, fp@plt
15 movi a2, fi@plt
16
17 movi a2, fh
18 movi a2, fp
19 movi a2, fi
This page took 0.030791 seconds and 4 git commands to generate.