From: Ken Raeburn Date: Wed, 20 Oct 1993 15:50:04 +0000 (+0000) Subject: new test diff1.s - difference of two undefined symbols (should be rejected) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82a69c1720735cbd9706ff8b237a77ac1342de68;p=binutils-gdb.git new test diff1.s - difference of two undefined symbols (should be rejected) --- diff --git a/gas/testsuite/gas/all/diff1.s b/gas/testsuite/gas/all/diff1.s new file mode 100644 index 00000000000..10a89fdc4e5 --- /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