diff options
-rw-r--r-- | gas/testsuite/gas/all/diff1.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/gas/all/diff1.s b/gas/testsuite/gas/all/diff1.s new file mode 100644 index 0000000..10a89fd --- /dev/null +++ b/gas/testsuite/gas/all/diff1.s @@ -0,0 +1,5 @@ +# Difference of two undefined symbols. +# The assembler should reject this. + .text + .globl _foo +_foo: .long _a - _b |