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