bfd/arc: Add R_ prefix to all relocation names
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / sda-relocs2.d
1 #as: -mcpu=archs
2 #objdump: -dr --prefix-addresses --show-raw-insn
3
4 .*: +file format .*arc.*
5
6 Disassembly of section .text:
7 0x[0-9a-f]+ 1200 3180 ldd r0r1,\[gp\]
8 0: R_ARC_SDA_LDST b
9 0x[0-9a-f]+ 1a00 3086 std r2r3,\[gp\]
10 4: R_ARC_SDA_LDST b
11 0x[0-9a-f]+ 1200 3780 ldd.as r0r1,\[gp\]
12 8: R_ARC_SDA_LDST2 b
13 0x[0-9a-f]+ 1a00 309e std.as r2r3,\[gp\]
14 c: R_ARC_SDA_LDST2 b
15 0x[0-9a-f]+ 5000 ld_s r1,\[gp,0\]
16 10: R_ARC_SDA16_ST2 b
17 0x[0-9a-f]+ 5010 st_s r0,\[gp,0\]
18 12: R_ARC_SDA16_ST2 b
This page took 0.032839 seconds and 5 git commands to generate.