diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-16 11:14:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-16 11:14:33 +0000 |
commit | 28d31b406575ae7873d5cbb988d01ad8201aab3c (patch) | |
tree | b9db9e07f749778a9c8875ee2e20025af71a4071 /gas | |
parent | c5e9f1f144492db5dab6f442b09ddeb994c6e793 (diff) | |
download | binutils-28d31b406575ae7873d5cbb988d01ad8201aab3c.zip binutils-28d31b406575ae7873d5cbb988d01ad8201aab3c.tar.gz binutils-28d31b406575ae7873d5cbb988d01ad8201aab3c.tar.bz2 |
oops - omitted from previous delta
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/h8300/symaddgen.s | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/testsuite/gas/h8300/symaddgen.s b/gas/testsuite/gas/h8300/symaddgen.s new file mode 100644 index 0000000..7aef522 --- /dev/null +++ b/gas/testsuite/gas/h8300/symaddgen.s @@ -0,0 +1,13 @@ + .h8300hn + .text +foo: + mov.l er6,@-er7 + mov.w r7,r6 + mov.w #2000,r2 + mov.w r2,@-4064:16 + mov.w #10000,r2 + mov.w r2,@_var2 + mov.l @er7+,er6 + rts + .comm _var2,2,2 + .end |