[PATCH 2/3] Add rotation instructions to allegrex CPU
Maciej W. Rozycki
macro@orcam.me.uk
Sat May 6 23:11:15 GMT 2023
On Wed, 29 Mar 2023, david@davidgf.es wrote:
> From: David Guillen Fandos <david@davidgf.net>
Again, at least a short introduction is needed here.
> diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp
> index f28ea7e695..9f17f20643 100644
> --- a/gas/testsuite/gas/mips/mips.exp
> +++ b/gas/testsuite/gas/mips/mips.exp
> @@ -536,7 +536,7 @@ mips_arch_create xlr 64 mips64 { oddspreg } \
> mips_arch_create r5900 64 mips3 { gpr_ilocks singlefloat nollsc } \
> { -march=r5900 -mtune=r5900 } { -mmips:5900 } \
> { mipsr5900el-*-* mips64r5900el-*-* }
> -mips_arch_create allegrex 32 mips2 { singlefloat oddspreg } \
> +mips_arch_create allegrex 32 mips2 { singlefloat ror oddspreg } \
Please keep the flags in the same order as they're documented at the top
of the file, i.e. put `ror' ahead of `singlefloat'.
Otherwise this is OK.
Maciej
More information about the Binutils
mailing list