Add MMIX support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / jmp-op-r.d
1 # objdump: -dr
2 # as: -linkrelax
3 # source: jmp-op.s
4 .*: file format elf64-mmix
5
6 Disassembly of section \.text:
7
8 0000000000000000 <Main>:
9 0: fd000000 swym 0,0,0
10
11 0000000000000004 <here>:
12 4: fd000000 swym 0,0,0
13 8: f1ffffff jmp 4 <here>
14 8: R_MMIX_ADDR27 \.text\+0x4
15
16 000000000000000c <at>:
17 c: f0000000 jmp c <at>
18 c: R_MMIX_ADDR27 \.text\+0xc
19 10: f0000004 jmp 20 <there>
20 10: R_MMIX_ADDR27 \.text\+0x20
21 14: f1fffffc jmp 4 <here>
22 14: R_MMIX_ADDR27 \.text\+0x4
23 18: f0000002 jmp 20 <there>
24 18: R_MMIX_ADDR27 \.text\+0x20
25 1c: f1fffffa jmp 4 <here>
26 1c: R_MMIX_ADDR27 \.text\+0x4
27
28 0000000000000020 <there>:
29 20: fd000000 swym 0,0,0
This page took 0.032254 seconds and 4 git commands to generate.