ld-linkonce test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xtensa / call_overflow2.s
1 .text
2 .global a
3 .align 4
4 a:
5 j a
6
7 .align 4
8 x:
9 call8 b
10 #29
11 .rep 131070
12 nop.n
13 nop.n
14 .endr
This page took 0.030257 seconds and 4 git commands to generate.