summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/tic54x/set.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/tic54x/set.s')
-rw-r--r--gas/testsuite/gas/tic54x/set.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/gas/testsuite/gas/tic54x/set.s b/gas/testsuite/gas/tic54x/set.s
deleted file mode 100644
index 99126144df8..00000000000
--- a/gas/testsuite/gas/tic54x/set.s
+++ /dev/null
@@ -1,13 +0,0 @@
-* symbol .set value
-* symbol .equ value
-* These two are completely interchangeable
- .global AUX_R1, INDEX, LABEL, SYMTAB, NSYMS
-AUX_R1 .set AR1
- STM #56h, AUX_R1
-INDEX .equ 100/2 +3
- ADD #INDEX,A
-LABEL .word 10
-SYMTAB .set LABEL + 1
-NSYMS .set INDEX
- .word NSYMS
- .end