aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/jalbal.d
blob: a93df5e0317b94f60e7cc622367f1c87d9ed7a0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#name: jal to bal
#source: jalbal.s
#as: -march=rm9000
#ld: -e s1 -Ttext 0x200000a0
#objdump: -d

.*file format elf.*mips.*

Disassembly of section \.text:

.* <s1>:
.*	0c00802a 	jal	.*200200a8 <s3>
.*	00000000 	nop
.*	04117fff 	bal	.*200200a8 <s3>

.* <s2>:
.*	\.\.\.

.* <s3>:
.*	04118000 	bal	.*200000ac <s2>
.*	00000000 	nop
.*	0c00002b 	jal	.*200000ac <s2>
.*	00000000 	nop
.*	\.\.\.