From: Nick Clifton Date: Fri, 16 Jul 2004 11:14:33 +0000 (+0000) Subject: oops - omitted from previous delta X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28d31b406575ae7873d5cbb988d01ad8201aab3c;p=binutils-gdb.git oops - omitted from previous delta --- diff --git a/gas/testsuite/gas/h8300/symaddgen.s b/gas/testsuite/gas/h8300/symaddgen.s new file mode 100644 index 00000000000..7aef522b820 --- /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