gas: sparc: fix relaxation of CALL instruction into branches in a.out targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / call-relax-aout.d
1 #as: -Av9 -relax
2 #source: call-relax.s
3 #objdump: -dr
4 #name: sparc relax CALL (a.out)
5
6 .*: +file format .*a\.out.*
7
8 Disassembly of section .text:
9
10 0+ <foo>:
11 0: 31 00 00 00 sethi %hi\(0\), %i0
12 4: 10 80 00 02 b c <bar>
13 8: 91 ee 20 00 restore %i0, 0, %o0
14
15 0+c <bar>:
16 c: 31 00 00 00 sethi %hi\(0\), %i0
17 10: 40 00 00 00 call 10 <bar\+0x4>
18 10: WDISP30 _undefined-0x10
19 14: 91 ee 20 00 restore %i0, 0, %o0
This page took 0.032183 seconds and 4 git commands to generate.