bfd/arc: Add R_ prefix to all relocation names
[deliverable/binutils-gdb.git] / gas / testsuite / gas / visium / high-1.d
CommitLineData
b6605ddd
EB
1#as:
2#objdump: -dr
3#name: high-1
4
5.*: +file format .*
6
7Disassembly of section .text:
8
90+0000000 <foo>:
10 0: 84 a4 00 01 moviu r4,0x0001
11 0: R_VISIUM_HI16 .text\+0x10000
12 4: 84 84 00 00 movil r4,0x0000
13 4: R_VISIUM_LO16 .text\+0x10000
14 8: 84 a4 12 34 moviu r4,0x1234
15 c: 84 84 87 65 movil r4,0x8765
16 10: 04 a4 00 00 moviu r4,0x0000
17 10: R_VISIUM_HI16 .text\+0x18
18 14: 84 84 00 18 movil r4,0x0018
19 14: R_VISIUM_LO16 .text\+0x18
This page took 0.072192 seconds and 4 git commands to generate.