diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/ia64/opc-a-err.l | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a2ab0e3..66f06e0 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-02-26 H.J. Lu <hjl@gnu.org> + + * gas/ia64/opc-a-err.l: Change "Operand [3|4]" to "Operand [34]". + 2001-02-23 H.J. Lu <hjl@gnu.org> * gas/ia64/opc-a-err.l: Fix "cmp4.lt.or". diff --git a/gas/testsuite/gas/ia64/opc-a-err.l b/gas/testsuite/gas/ia64/opc-a-err.l index f4491af..167659f 100644 --- a/gas/testsuite/gas/ia64/opc-a-err.l +++ b/gas/testsuite/gas/ia64/opc-a-err.l @@ -14,5 +14,5 @@ .*:18: Error: Operand 2 of `xor' should be .* .*:20: Error: Operand 2 of `andcm' should be .* .*:21: Error: Operand 2 of `andcm' should be .* -.*:23: Error: Operand [3|4] of `cmp4.lt.or' should be r0 -.*:24: Error: Operand [3|4] of `cmp4.lt.or' should be r0 +.*:23: Error: Operand [34] of `cmp4.lt.or' should be r0 +.*:24: Error: Operand [34] of `cmp4.lt.or' should be r0 |