ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-h8300 / relax-2.s
1 .h8300h
2 .globl _start
3 _start:
4 mov.b @foo:16,r0l
5 mov.b r0l,@foo:16
6 mov.b @bar:32,r0l
7 mov.b r0l,@bar:32
8
9 mov.w @foo:16,r0
10 mov.w r0,@foo:16
11 mov.w @bar:32,r0
12 mov.w r0,@bar:32
13
14 mov.l @foo:16,er0
15 mov.l er0,@foo:16
16 mov.l @bar:32,er0
17 mov.l er0,@bar:32
18
19 .equ foo,0xffff64
20 .equ bar,0x4320
This page took 0.034293 seconds and 4 git commands to generate.