bfd/arc: Add R_ prefix to all relocation names
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / ld2.d
1 #as: -mcpu=arc700
2 #objdump: -dr --show-raw-insn
3
4 .*: +file format .*arc.*
5
6 Disassembly of section .text:
7
8 [0-9a-f]+ <.text>:
9 0: 1100 0000 ld r0,\[r1\]
10 4: 1601 0005 ld r5,\[r6,1\]
11 8: 1600 7013 0000 0000 ld r19,\[0\]
12 c: R_ARC_32_ME foo
13 10: 120a 0204 ld.aw r4,\[r2,10\]
14 14: 1600 7001 0000 0384 ld r1,\[0x384\]
15 1c: 130f 0082 ldb r2,\[r3,15\]
16 20: 14fe 8103 ld[hw]+ r3,\[r4,-2\]
17 24: 212a 0080 lr r1,\[r2\]
18 28: 216a 0500 lr r1,\[0x14\]
19 2c: 206a 0000 lr r0,\[0\]
This page took 0.031884 seconds and 5 git commands to generate.