* gas/mmix/err-fb-2.s: New test.
This commit is contained in:
parent
c3330fbecc
commit
a6f7924a83
@ -1,3 +1,7 @@
|
||||
2012-08-14 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* gas/mmix/err-fb-2.s: New test.
|
||||
|
||||
2012-08-13 Ian Bolton <ian.bolton@arm.com>
|
||||
Laurent Desnogues <laurent.desnogues@arm.com>
|
||||
Jim MacArthur <jim.macarthur@arm.com>
|
||||
|
26
gas/testsuite/gas/mmix/err-fb-2.s
Normal file
26
gas/testsuite/gas/mmix/err-fb-2.s
Normal file
@ -0,0 +1,26 @@
|
||||
# { dg-do assemble { target mmix-*-* } }
|
||||
# Mostly like fb-2.s, but with LOCs to indeterminable sections
|
||||
# *different* to the one LOC'd from. Two cases are tested: an
|
||||
# undefined symbol and a section just indeterminable at the first pass
|
||||
# (at the point of the LOC).
|
||||
|
||||
1H IS 5
|
||||
0H LOC #10
|
||||
1H BYTE 1B
|
||||
0H LOC 2F+#20+0F # { dg-error "indeterminable" "" }
|
||||
0H IS 4
|
||||
.section .text.unknown
|
||||
2H SWYM
|
||||
1H IS 50
|
||||
1H GREG 1B+1F
|
||||
SWYM
|
||||
1H LDA $30,1B
|
||||
1H OCTA 1B,1F
|
||||
LOC undefd # { dg-error "unknown" "" }
|
||||
1H SWYM
|
||||
|
||||
9H IS 42
|
||||
WYDE 9B,9F
|
||||
9H IS 9B+1
|
||||
WYDE 9B,9F
|
||||
9H IS 9B+1
|
Loading…
Reference in New Issue
Block a user