diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-02-26 17:40:07 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-02-26 17:40:07 +0000 |
commit | fa7cd6d20a3e995b102606abc198502a91bccec4 (patch) | |
tree | c7ae38b2e55c9f956f9fa539faad3ec409d20449 | |
parent | 4a73f21b0c226230f1890bda96e7b227e44669bb (diff) | |
download | fsf-binutils-gdb-fa7cd6d20a3e995b102606abc198502a91bccec4.zip fsf-binutils-gdb-fa7cd6d20a3e995b102606abc198502a91bccec4.tar.gz fsf-binutils-gdb-fa7cd6d20a3e995b102606abc198502a91bccec4.tar.bz2 |
2001-02-26 H.J. Lu <hjl@gnu.org>
* gas/ia64/opc-a-err.l: Change "Operand [3|4]" to "Operand [34]".
-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 |