Add support for ARC instruction relaxation in the assembler.
[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 <foo>
18 a: 2100 0041 add r1,r1,r1
19 e: f1fc b_s 4 <foo>
This page took 0.040629 seconds and 4 git commands to generate.