[PATCH 0/2] aarch64: Fix code formatting in aarch64-tbl.h

Richard Earnshaw (lists) Richard.Earnshaw@arm.com
Tue Feb 4 12:46:41 GMT 2025


On 03/02/2025 15:06, Yury Khrustalev wrote:
> Change code formatting in instruction macros to make it uniform across
> all instructions:
> 
>  - Clean up whitespace for conforming to GNU coding standards.
>  - Opcodes and bit-masks are 32-bit numbers and omitting leading zeros
>    might be interpreted as if they are 28-bit.
> 
> Regression tested on AArch64 and no regression found.
> 
> OK for trunk?
> 
> base commit: a450dd002fc
> 
> ---
> 
> Yury Khrustalev (2):
>   aarch64: Clean up whitespace in aarch64-tbl.h
>   aarch64: Add leading zeros to opcodes in aarch64-tbl.h
> 
>  opcodes/aarch64-tbl.h | 838 +++++++++++++++++++++---------------------
>  1 file changed, 419 insertions(+), 419 deletions(-)
> 


OK, thanks.

R.


More information about the Binutils mailing list