diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-10-20 15:50:04 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-10-20 15:50:04 +0000 |
commit | 82a69c1720735cbd9706ff8b237a77ac1342de68 (patch) | |
tree | 2c16ab99b42f53a98023db63a438f95e5871a230 /gas | |
parent | 0b63552c675f4628558d0d42beeb521420efb7e9 (diff) | |
download | gdb-82a69c1720735cbd9706ff8b237a77ac1342de68.zip gdb-82a69c1720735cbd9706ff8b237a77ac1342de68.tar.gz gdb-82a69c1720735cbd9706ff8b237a77ac1342de68.tar.bz2 |
new test diff1.s - difference of two undefined symbols (should be rejected)
Diffstat (limited to 'gas')
-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 |