aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-10-20 15:50:04 +0000
committerKen Raeburn <raeburn@cygnus>1993-10-20 15:50:04 +0000
commit82a69c1720735cbd9706ff8b237a77ac1342de68 (patch)
tree2c16ab99b42f53a98023db63a438f95e5871a230 /gas
parent0b63552c675f4628558d0d42beeb521420efb7e9 (diff)
downloadgdb-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.s5
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