Andes Technology has good news for you, we plan to update the nds32 port of binutils...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nds32 / branch.d
1 #as: -Os
2 #ld: -static --relax -T $srcdir/$subdir/branch.ld
3 #objdump: -d --prefix-addresses -j .text
4
5 .*: file format .*nds32.*
6
7
8 Disassembly of section .text:
9 0+0000 <[^>]*> beq[ ]+\$r0, \$r1, 00000024 <main>
10 0+0004 <[^>]*> bne[ ]+\$r0, \$r1, 00000024 <main>
11 0+0008 <[^>]*> beqz38[ ]+\$r0, 00000024 <main>
12 0+000a <[^>]*> bnez38[ ]+\$r0, 00000024 <main>
13 0+000c <[^>]*> bgez[ ]+\$r0, 00000024 <main>
14 .*
15 0+0014 <[^>]*> bgtz[ ]+\$r0, 00000024 <main>
16 .*
17 0+001c <[^>]*> bltz[ ]+\$r0, 00000024 <main>
18 .*
19 0+0024 <[^>]*> nop16
20 #pass
This page took 0.030122 seconds and 4 git commands to generate.