Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nios2 / relax_callr.s
1 # relaxation test for callr
2
3 .globl text1
4 .section text1, "ax", @progbits
5
6 call func
7 call func1
8
9 .section text2, "ax", @progbits
10 func:
11 nop
12 br func1
13 nop
14 nop
15 nop
16 func1:
17 nop
This page took 0.029899 seconds and 4 git commands to generate.