gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / call-relax-aout.d
CommitLineData
d28b6364
JM
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
8Disassembly of section .text:
9
100+ <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
150+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.178757 seconds and 4 git commands to generate.