xtensa: fix XTENSA_NDIFF handling for PR ld/25861
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xtensa / call_overflow1.s
1 .text
2 .global _start
3 .align 4
4 _start:
5 call8 a
6 .rep 2051
7 nop.n
8 nop.n
9 .endr
This page took 0.037677 seconds and 4 git commands to generate.