diff options
Diffstat (limited to 'ld/testsuite/ld-h8300/relax-2.s')
-rw-r--r-- | ld/testsuite/ld-h8300/relax-2.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-h8300/relax-2.s b/ld/testsuite/ld-h8300/relax-2.s new file mode 100644 index 0000000..aa82dba --- /dev/null +++ b/ld/testsuite/ld-h8300/relax-2.s @@ -0,0 +1,8 @@ + .h8300h + .globl _start +_start: + mov.b @foo:16,r0l + mov.b @bar:32,r0l + + .equ foo,0xffff67 + .equ bar,0x4321 |