oops - omitted from previous delta
authorNick Clifton <nickc@redhat.com>
Fri, 16 Jul 2004 11:14:33 +0000 (11:14 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 16 Jul 2004 11:14:33 +0000 (11:14 +0000)
gas/testsuite/gas/h8300/symaddgen.s [new file with mode: 0644]

diff --git a/gas/testsuite/gas/h8300/symaddgen.s b/gas/testsuite/gas/h8300/symaddgen.s
new file mode 100644 (file)
index 0000000..7aef522
--- /dev/null
@@ -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