[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
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



More information about the Binutils mailing list