mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
new test diff1.s - difference of two undefined symbols (should be rejected)
This commit is contained in:
5
gas/testsuite/gas/all/diff1.s
Normal file
5
gas/testsuite/gas/all/diff1.s
Normal file
@ -0,0 +1,5 @@
|
||||
# Difference of two undefined symbols.
|
||||
# The assembler should reject this.
|
||||
.text
|
||||
.globl _foo
|
||||
_foo: .long _a - _b
|
Reference in New Issue
Block a user