b5c82284520fc42d2e4b1f1f2b15f901fd5d39ee
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / call-relax.d
1 #as: -Av9 -relax
2 #objdump: -dr
3 #name: sparc relax CALL
4
5 .*: +file format .*sparc.*
6
7 Disassembly of section .text:
8
9 0+ <foo>:
10 0: 31 00 00 00 sethi %hi\(0\), %i0
11 4: 10 (68|80) 00 02 b (%xcc, )?c <bar>
12 8: 91 ee 20 00 restore %i0, 0, %o0
13
14 0+c <bar>:
15 c: 31 00 00 00 sethi %hi\(0\), %i0
16 10: 40 00 00 00 call 10 <bar\+0x4>
17 10: R_SPARC_WDISP30 _undefined
18 14: 91 ee 20 00 restore %i0, 0, %o0
This page took 0.030349 seconds and 4 git commands to generate.