~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/ld/testsuite/ld-mips-elf/jalbal.d

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
.*      \.\.\.