summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/all/assign.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/all/assign.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/all/assign.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/all/assign.s b/binutils-2.25/gas/testsuite/gas/all/assign.s
new file mode 100644
index 00000000..5f94392d
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/all/assign.s
@@ -0,0 +1,9 @@
+ .global x
+ x = zzz
+ x = x+1
+ .long x
+
+ .global y
+ y = 1
+ y = y+zzz
+ .long y