bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / jalbal.d
1 #name: jal to bal
2 #source: jalbal.s
3 #as: -EB -n32 -march=rm9000
4 #ld: -EB -e s1 -Ttext 0x200000a0
5 #objdump: -d
6
7 .*file format elf.*mips.*
8
9 Disassembly of section \.text:
10
11 .* <s1>:
12 .* 0c00802a jal .*200200a8 <s3>
13 .* 00000000 nop
14 .* 04117fff bal .*200200a8 <s3>
15
16 .* <s2>:
17 .* \.\.\.
18
19 .* <s3>:
20 .* 04118000 bal .*200000ac <s2>
21 .* 00000000 nop
22 .* 0c00002b jal .*200000ac <s2>
23 .* 00000000 nop
24 .* \.\.\.
This page took 0.030155 seconds and 4 git commands to generate.