M68K TLS support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-h8300 / relax-3-coff.d
1 # name: H8300 Relaxation Test 3 (for COFF)
2 # source: relax-3.s
3 # ld: --relax -m h8300s
4 # objdump: -d
5
6 .*: file format .*-h8300
7
8 Disassembly of section .text:
9
10 00000100 <_start>:
11 #
12 # Relaxation of aa:16
13 #
14 .*: 6a 08 00 00.*mov.b @0x0:16,r0l
15 .*: 6a 08 7f ff.*mov.b @0x7fff:16,r0l
16 .*: 6a 08 80 00.*mov.b @0x8000:16,r0l
17 .*: 6a 08 fe ff.*mov.b @0xfeff:16,r0l
18 .*: 28 00 .*mov.b @0x0:8,r0l
19 .*: 28 ff .*mov.b @0xff:8,r0l
20 #
21 # Relaxation of aa:32
22 #
23 .*: 6a 08 00 00.*mov.b @0x0:16,r0l
24 .*: 6a 08 7f ff.*mov.b @0x7fff:16,r0l
25 .*: 6a 28 00 00.*mov.b @0x8000:32,r0l
26 .*: 80 00
27 .*: 6a 28 00 00.*mov.b @0xff00:32,r0l
28 .*: ff 00
29 .*: 6a 28 00 ff.*mov.b @0xffff00:32,r0l
30 .*: ff 00
31 .*: 6a 28 ff ff.*mov.b @0xffff7fff:32,r0l
32 .*: 7f ff
33 .*: 6a 08 80 00.*mov.b @0x8000:16,r0l
34 .*: 6a 08 fe ff.*mov.b @0xfeff:16,r0l
35 .*: 28 00 .*mov.b @0x0:8,r0l
36 .*: 28 ff .*mov.b @0xff:8,r0l
This page took 0.030851 seconds and 4 git commands to generate.