[PATCH 0/2] aarch64: Fix code formatting in aarch64-tbl.h
Yury Khrustalev
yury.khrustalev@arm.com
Mon Feb 3 15:06:53 GMT 2025
More information about the Binutils mailing list
Mon Feb 3 15:06:53 GMT 2025
- Previous message (by thread): [PATCH v2 31/65] MIPS: use is_whitespace()
- Next message (by thread): [PATCH 1/2] aarch64: Clean up whitespace in aarch64-tbl.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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(-) -- 2.39.5
- Previous message (by thread): [PATCH v2 31/65] MIPS: use is_whitespace()
- Next message (by thread): [PATCH 1/2] aarch64: Clean up whitespace in aarch64-tbl.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list