Add support for ARC instruction relaxation in the assembler.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / relax-avoid2.d
1 #as: -mcpu=archs -mrelax
2 #objdump: -dr
3
4 .*: +file format .*arc.*
5
6
7 Disassembly of section .text:
8
9 00000000 <test>:
10 0: 2000 0000 add r0,r0,r0
11
12 00000004 <main>:
13 4: 0802 0000 bl 0 <test>
14 4: R_ARC_S25W_PCREL_PLT test
This page took 0.02962 seconds and 4 git commands to generate.