ld: Don't xfail ld-elf/warn[12] on 64-bit Solaris/SPARC
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nios2 / relax_callr.d
CommitLineData
36591ba1
SL
1#name: NIOS2 relax_callr
2#as: -relax-all
3#ld: --relax -Trelax_callr.ld
4#source: relax_callr.s
5#objdump: -dr --prefix-addresses
6# Test relaxation of callr
7
8.*: +file format elf32-littlenios2
9
10Disassembly of section text1:
1100000000 <[^>]*> movhi at,2048
1200000004 <[^>]*> ori at,at,0
1300000008 <[^>]*> callr at
140000000c <[^>]*> movhi at,2048
1500000010 <[^>]*> ori at,at,20
1600000014 <[^>]*> callr at
17
18Disassembly of section text2:
1908000000 <func> nop
2008000004 <[^>]*> br 08000014 <func1>
2108000008 <[^>]*> nop
220800000c <[^>]*> nop
2308000010 <[^>]*> nop
2408000014 <func1> nop
This page took 0.358044 seconds and 4 git commands to generate.