mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 13:30:30 +00:00
2001-08-04 H.J. Lu <hjl@gnu.org>
* gas/cris/operand-err-1.s: Updated.
This commit is contained in:
parent
aea2ae6e48
commit
25a7b89f8b
@ -1,3 +1,7 @@
|
||||
2001-08-04 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* gas/cris/operand-err-1.s: Updated.
|
||||
|
||||
2001-08-04 H.J. Lu <hjl@gnu.org>
|
||||
Chris G. Demetriou <cgd@broadcom.com>
|
||||
|
||||
|
@ -29,8 +29,8 @@ start:
|
||||
test.d [r3=r2+[r4]] ; { dg-error "(Illegal|Invalid) operands" }
|
||||
test.d [r3=r2+[r4].w ; { dg-error "(Illegal|Invalid) operands" }
|
||||
test.d [r3=r2] ; { dg-error "(Illegal|Invalid) operands" }
|
||||
test.d [r3=r2+] ; { dg-error "(Illegal|Invalid) operands|Bad expression" }
|
||||
test.d [r3++] ; { dg-error "(Illegal|Invalid) operands|Bad expression" }
|
||||
test.d [r3=r2+] ; { dg-error "(Illegal|Invalid) operands|(B|b)ad expression" }
|
||||
test.d [r3++] ; { dg-error "(Illegal|Invalid) operands|(B|b)ad expression" }
|
||||
|
||||
; I think these should be valid; a dip with "postincrement" on
|
||||
; the insn that follows.
|
||||
|
Loading…
Reference in New Issue
Block a user