Add Xtensa port
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xtensa / lcall1.s
1 .global foo
2 .text
3 .align 4
4 label1:
5 .begin literal
6 .word 0xffffffff
7 .end literal
8 entry a5,16
9 .begin longcalls
10 call4 foo
11 .end longcalls
12 nop
This page took 0.041753 seconds and 4 git commands to generate.