Removes support in the ARM assembler for the unsigned variants of the VQ(R)DMLAH...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / rx / gprel.d
1 #source: ./gprel.s
2 #objdump: -dr
3
4 .*: file format .*
5
6
7 Disassembly of section .*:
8
9 00000000 <.*>:
10 0: ce f1 04 00 mov\.b 4\[r15\], r1
11 2: R_RX_SYM _foo
12 2: R_RX_SYM __gp
13 2: R_RX_OPsub __gp
14 2: R_RX_ABS16U __gp
15 4: ce f1 08 00 mov\.b 8\[r15\], r1
16 6: R_RX_SYM _bar
17 6: R_RX_SYM __gp
18 6: R_RX_OPsub __gp
19 6: R_RX_ABS16U __gp
20 8: ce f1 00 00 mov\.b 0\[r15\], r1
21 a: R_RX_SYM _grill
22 a: R_RX_SYM __gp
23 a: R_RX_OPsub __gp
24 a: R_RX_ABS16U __gp
25 c: de f1 02 00 mov\.w 4\[r15\], r1
26 e: R_RX_SYM _foo
27 e: R_RX_SYM __gp
28 e: R_RX_OPsub __gp
29 e: R_RX_ABS16UW __gp
30 10: de f1 04 00 mov\.w 8\[r15\], r1
31 12: R_RX_SYM _bar
32 12: R_RX_SYM __gp
33 12: R_RX_OPsub __gp
34 12: R_RX_ABS16UW __gp
35 14: de f1 00 00 mov\.w 0\[r15\], r1
36 16: R_RX_SYM _grill
37 16: R_RX_SYM __gp
38 16: R_RX_OPsub __gp
39 16: R_RX_ABS16UW __gp
40 18: ee f1 01 00 mov\.l 4\[r15\], r1
41 1a: R_RX_SYM _foo
42 1a: R_RX_SYM __gp
43 1a: R_RX_OPsub __gp
44 1a: R_RX_ABS16UL __gp
45 1c: ee f1 02 00 mov\.l 8\[r15\], r1
46 1e: R_RX_SYM _bar
47 1e: R_RX_SYM __gp
48 1e: R_RX_OPsub __gp
49 1e: R_RX_ABS16UL __gp
50 20: ee f1 00 00 mov\.l 0\[r15\], r1
51 22: R_RX_SYM _grill
52 22: R_RX_SYM __gp
53 22: R_RX_OPsub __gp
54 22: R_RX_ABS16UL __gp
This page took 0.030089 seconds and 4 git commands to generate.