PR25593, --as-needed breaks DT_NEEDED order with linker plugin
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nios2 / relax_cjmp.d
CommitLineData
36591ba1
SL
1#name: NIOS2 relax_cjmp
2#as: -relax-all
3#ld: --relax -Trelax_jmp.ld
4#source: relax_cjmp.s
5#objdump: -dr --prefix-addresses
6
7# Test relaxation of conditional jumps
8
9.*: +file format elf32-littlenios2
10
11Disassembly of section text2:
1200000000 <[^>]*> bge r2,r3,00008000 <[^>]*>
1300000004 <[^>]*> bge r2,r3,00000014 <[^>]*>
1400000008 <[^>]*> movhi at,1
150000000c <[^>]*> ori at,at,24
1600000010 <[^>]*> jmp at
1700000014 <[^>]*> bge r3,r2,00000020 <sym>
1800000018 <[^>]*> nop
190000001c <[^>]*> nop
2000000020 <sym> nop
21
22Disassembly of section text1:
2300008000 <[^>]*> beq r2,r3,00010000 <on_border>
2400008004 <[^>]*> bne r2,r3,00008014 <[^>]*>
2500008008 <[^>]*> movhi at,1
260000800c <[^>]*> ori at,at,24
2700008010 <[^>]*> jmp at
2800008014 <[^>]*> nop
2900008018 <[^>]*> nop
30#...
3100010000 <on_border> bne r2,r3,00010018 <in_range>
3200010004 <[^>]*> nop
3300010008 <[^>]*> nop
340001000c <[^>]*> nop
3500010010 <[^>]*> nop
3600010014 <[^>]*> nop
3700010018 <in_range> nop
38#pass
This page took 0.56581 seconds and 4 git commands to generate.