[ARC] Improve printing of pc-relative instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / relax-b.d
1 #as: -mcpu=archs -mrelax
2 #objdump: -dr
3
4 .*: +file format .*arc.*
5
6
7 Disassembly of section .text:
8
9 00000000 <foo-0x4>:
10 0: 78e0 nop_s
11 2: 78e0 nop_s
12
13 00000004 <foo>:
14 4: 2000 0000 add r0,r0,r0
15
16 00000008 <bar>:
17 8: ffff bl_s -4 ;4 <foo>
18 a: 2100 0041 add r1,r1,r1
19 e: f1fc b_s -8 ;4 <foo>
This page took 0.029515 seconds and 4 git commands to generate.