[PATCH 2/3] x86: Correct position of ".s" for CCMPcc in disassembler

Jan Beulich jbeulich@suse.com
Thu Jul 4 12:01:49 GMT 2024


On 04.07.2024 10:52, Cui, Lili wrote:
> --- a/gas/testsuite/gas/i386/x86-64-pseudos-apx.s
> +++ b/gas/testsuite/gas/i386/x86-64-pseudos-apx.s
> @@ -16,7 +16,7 @@ _start:
>          {store} movaps %xmm2, (%r31)
>  
>          #APX EVEX promoted from legacy
> -        .irp m, adc, add, and, or, sbb, sub, xor
> +        .irp m, adc, add, and, or, sbb, sub, xor, cmp

Bette keep alphabetic sorting?

> @@ -36,7 +36,7 @@ _start:
>          .endr
>  
>          #APX News.
> -        .irp m, cfcmovb
> +        .irp m, cfcmovb, ccmpb

And use alphabetic sorting here, too?

Okay preferably with these adjustments.

Jan


More information about the Binutils mailing list