projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b63552
)
new test diff1.s - difference of two undefined symbols (should be rejected)
author
Ken Raeburn
<raeburn@cygnus>
Wed, 20 Oct 1993 15:50:04 +0000
(15:50 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Wed, 20 Oct 1993 15:50:04 +0000
(15:50 +0000)
gas/testsuite/gas/all/diff1.s
[new file with mode: 0644]
patch
|
blob
diff --git a/gas/testsuite/gas/all/diff1.s
b/gas/testsuite/gas/all/diff1.s
new file mode 100644
(file)
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