This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: A patch for ia64 testcases
On Mon, Feb 26, 2001 at 03:06:20PM +0100, Andreas Schwab wrote:
> "H . J . Lu" <hjl@valinux.com> writes:
>
> |> Index: gas/ia64/opc-a-err.l
> |> ===================================================================
> |> RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/ia64/opc-a-err.l,v
> |> retrieving revision 1.1.1.1
> |> diff -u -p -r1.1.1.1 opc-a-err.l
> |> --- gas/ia64/opc-a-err.l 2000/04/23 16:41:25 1.1.1.1
> |> +++ gas/ia64/opc-a-err.l 2001/02/22 19:05:59
> |> @@ -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 of `cmp4.lt.or' should be r0
> |> -.*:24: Error: Operand 3 of `cmp4.lt.or' should be r0
> |> +.*:23: Error: Operand [3|4] of `cmp4.lt.or' should be r0
> |> +.*:24: Error: Operand [3|4] of `cmp4.lt.or' should be r0
>
> Why do you want to match "Operand |" here?
>
With the change from David, we can have r0 on operand 3 or 4.
--
H.J. Lu (hjl@valinux.com)